/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class MyNative */ #ifndef _Included_MyNative #define _Included_MyNative #ifdef __cplusplus extern "C" { #endif /* * Class: MyNative * Method: HelloWord * Signature: ()V */ JNIEXPORT void JNICALL Java_MyNative_HelloWord (JNIEnv *, jclass); /* * Class: MyNative * Method: cToJava * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_MyNative_cToJava (JNIEnv *, jclass); #ifdef __cplusplus } #endif #endif |