5 Star 163 Fork 1

神经猫 / scalacpptest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Sample1.h 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
smirklijie 提交于 2016-05-24 10:41 . 提交Sample1 vs2013工程
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class example_Sample1 */
#ifndef _Included_example_Sample1
#define _Included_example_Sample1
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: example_Sample1
* Method: intMethod
* Signature: (I)I
*/
JNIEXPORT jint JNICALL Java_example_Sample1_intMethod
(JNIEnv *, jobject, jint);
/*
* Class: example_Sample1
* Method: booleanMethod
* Signature: (Z)Z
*/
JNIEXPORT jboolean JNICALL Java_example_Sample1_booleanMethod
(JNIEnv *, jobject, jboolean);
/*
* Class: example_Sample1
* Method: stringMethod
* Signature: (Ljava/lang/String;)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_example_Sample1_stringMethod
(JNIEnv *, jobject, jstring);
/*
* Class: example_Sample1
* Method: intArrayMethod
* Signature: ([I)I
*/
JNIEXPORT jint JNICALL Java_example_Sample1_intArrayMethod
(JNIEnv *, jobject, jintArray);
#ifdef __cplusplus
}
#endif
#endif
Scala
1
https://gitee.com/smirkcat/scalacpptest.git
git@gitee.com:smirkcat/scalacpptest.git
smirkcat
scalacpptest
scalacpptest
master

搜索帮助