📄 qdbm_util.h
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>/* Header for class qdbm_Util */#ifndef _Included_qdbm_Util#define _Included_qdbm_Util#ifdef __cplusplusextern "C" {#endif#undef qdbm_Util_LONGSIZE#define qdbm_Util_LONGSIZE 8L/* * Class: qdbm_Util * Method: system * Signature: (Ljava/lang/String;)I */JNIEXPORT jint JNICALL Java_qdbm_Util_system (JNIEnv *, jclass, jstring);/* * Class: qdbm_Util * Method: chdir * Signature: (Ljava/lang/String;)I */JNIEXPORT jint JNICALL Java_qdbm_Util_chdir (JNIEnv *, jclass, jstring);/* * Class: qdbm_Util * Method: getcwd * Signature: ()Ljava/lang/String; */JNIEXPORT jstring JNICALL Java_qdbm_Util_getcwd (JNIEnv *, jclass);/* * Class: qdbm_Util * Method: getpid * Signature: ()I */JNIEXPORT jint JNICALL Java_qdbm_Util_getpid (JNIEnv *, jclass);/* * Class: qdbm_Util * Method: getenv * Signature: (Ljava/lang/String;)Ljava/lang/String; */JNIEXPORT jstring JNICALL Java_qdbm_Util_getenv (JNIEnv *, jclass, jstring);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -