blob: b58db2e3248bad1b8c9cf61a30cb9e672b5141e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#ifndef __jniutf__
#define __jniutf__
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT void JNICALL Java_jniutf_printString (JNIEnv *env, jobject, jstring);
#ifdef __cplusplus
}
#endif
#endif /* __jniutf__ */
|