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