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