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