| |
/* do not edit this file - it is machine generated **/ #include <jni.h> /* header for class jniexample **/
#ifndef _included_jniexample #define _included_jniexample #ifdef __cplusplus extern "c" { #endif /* * class: jniexample * method: sayhello * signature: ()ljava/lang/string; **/ jniexport jstring jnicall java_jniexample_sayhello (jnienv *, jobject);
#ifdef __cplusplus } #endif #endif
|
|