aboutsummaryrefslogtreecommitdiff
path: root/examples/demo/native/org_example_jni_demo_Library__.h
blob: 06a7fa4a3dd1803f91289b3515f8abaf7931cb11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_example_jni_demo_Library__ */

#ifndef _Included_org_example_jni_demo_Library__
#define _Included_org_example_jni_demo_Library__
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_example_jni_demo_Library__
 * Method:    print
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_org_example_jni_demo_Library_00024_print
  (JNIEnv *, jobject, jstring);

#ifdef __cplusplus
}
#endif
#endif