FACT++  1.0
JNIEXPORT jchar JNICALL Java_dim_Memory_getChar ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1827 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getByte().

Referenced by Java_dim_Memory_getBoolean().

1828 {
1829  if(env){}
1830  if(nativeClass){}
1831  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getChar\n");
1832  return *(jchar*)nativeDataAddress;
1833 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: