/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class HelloWorldJNI */ #ifndef _Included_HelloWorldJNI #define _Included_HelloWorldJNI #ifdef __cplusplus extern "C" { #endif /* * Class: HelloWorldJNI * Method: sayHelloWorld * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_HelloWorldJNI_sayHelloWorld (JNIEnv *, jobject); #ifdef __cplusplus } #endif #endif