FACT++  1.0
JNIEXPORT jint JNICALL Java_dim_Memory_getInt ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress 
)

Definition at line 1869 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_getLong().

Referenced by Java_dim_Memory_getShort().

1870 {
1871  if(env){}
1872  if(nativeClass){}
1873  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getInt\n");
1874  return *(jint*)nativeDataAddress;
1875 }
#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: