FACT++  1.0
JNIEXPORT jint JNICALL Java_dim_Dbg_getMask ( JNIEnv *  env,
jclass  nativeClass 
)

Definition at line 398 of file dim_jni.c.

References DBG_mask.

Referenced by Java_dim_Dbg_setMask().

399 {
400  if(env){}
401  if(nativeClass){}
402  return DBG_mask;
403 }
static int DBG_mask
Definition: dim_jni.c:68

+ Here is the caller graph for this function: