jniexample1.h

来自「< Professional Java,JDK 5 Edition>」· C头文件 代码 · 共 22 行

H
22
字号
/* DO NOT EDIT THIS FILE - it is machine generated */#include <jni.h>
/* Header for class JNIExample1 */#ifndef _Included_JNIExample1#define _Included_JNIExample1
#ifdef __cplusplusextern "C" {#endif
/*
 * Class:     JNIExample1
 * Method:    addTwoNumbers
 * Signature: (II)I
 */
JNIEXPORT jint JNICALL Java_JNIExample1_addTwoNumbers
  (JNIEnv *, jobject, jint, jint);
#ifdef __cplusplus}#endif
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?