22 lines
418 B
Java
22 lines
418 B
Java
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* 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
|