| // Code generated by gobind. DO NOT EDIT. |
| |
| // JNI functions for the Go <=> Java bridge. |
| // |
| // autogenerated by gobind -lang=java -javapkg=com.example customprefix |
| |
| #include <android/log.h> |
| #include <stdint.h> |
| #include "seq.h" |
| #include "_cgo_export.h" |
| #include "customprefix.h" |
| |
| |
| JNIEXPORT void JNICALL |
| Java_com_example_customprefix_Customprefix__1init(JNIEnv *env, jclass _unused) { |
| jclass clazz; |
| } |
| |
| JNIEXPORT void JNICALL |
| Java_com_example_customprefix_Customprefix_f(JNIEnv* env, jclass _clazz) { |
| proxycustomprefix__F(); |
| } |
| |