1 #include <jni.h> 2 #ifndef _Included_ExampleFuzzerWithNative 3 #define _Included_ExampleFuzzerWithNative 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 JNIEXPORT jboolean JNICALL Java_ExampleJavaJniFuzzer_parse( 8 JNIEnv*, jobject o, jstring); 9 #ifdef __cplusplus 10 } 11 #endif 12 #endif