?? registernativeexample.h
字號(hào):
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class RegisterNativeExample */#ifndef _Included_RegisterNativeExample#define _Included_RegisterNativeExample
#ifdef __cplusplusextern "C" {#endif
/*
* Class: RegisterNativeExample
* Method: sortNumbers
* Signature: ([I)V
*/
JNIEXPORT void JNICALL Java_RegisterNativeExample_sortNumbers
(JNIEnv *, jobject, jintArray);
/*
* Class: RegisterNativeExample
* Method: setSort
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_RegisterNativeExample_setSort
(JNIEnv *, jobject, jint);
#ifdef __cplusplus}#endif
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -