首页 > 学院 > 开发设计 > 正文

Java核心代码例程之:JNIExample.h

2019-11-18 15:14:40
字体:
来源:转载
供稿:网友

/* DO NOT EDIT THIS FILE - it is machine generated **/
#include <jni.h>
/* Header for class JNIExample **/

#ifndef _Included_JNIExample
#define _Included_JNIExample
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class:     JNIExample
* Method:    sayHello
* Signature: ()Ljava/lang/String;
**/
JNIEXPORT jstring JNICALL Java_JNIExample_sayHello
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表