Bläddra i källkod

feat:生成定义本地方法的头文件

yangyi 1 vecka sedan
förälder
incheckning
f6e25d1b6a
1 ändrade filer med 29 tillägg och 0 borttagningar
  1. 29 0
      c/helloWorld/space_anyi_jni_helloWorld_Main.h

+ 29 - 0
c/helloWorld/space_anyi_jni_helloWorld_Main.h

@@ -0,0 +1,29 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class space_anyi_jni_helloWorld_Main */
+
+#ifndef _Included_space_anyi_jni_helloWorld_Main
+#define _Included_space_anyi_jni_helloWorld_Main
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     space_anyi_jni_helloWorld_Main
+ * Method:    staticHelloWorld
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_space_anyi_jni_helloWorld_Main_staticHelloWorld
+  (JNIEnv *, jclass);
+
+/*
+ * Class:     space_anyi_jni_helloWorld_Main
+ * Method:    instanceHelloWorld
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_space_anyi_jni_helloWorld_Main_instanceHelloWorld
+  (JNIEnv *, jobject);
+
+#ifdef __cplusplus
+}
+#endif
+#endif