aboutsummaryrefslogtreecommitdiff
path: root/examples/demo/native/org_example_jni_demo_Library__.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/native/org_example_jni_demo_Library__.h')
-rw-r--r--examples/demo/native/org_example_jni_demo_Library__.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/demo/native/org_example_jni_demo_Library__.h b/examples/demo/native/org_example_jni_demo_Library__.h
new file mode 100644
index 0000000..06a7fa4
--- /dev/null
+++ b/examples/demo/native/org_example_jni_demo_Library__.h
@@ -0,0 +1,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