blob: 00074b9afaa8f96be39e68b03aff4248eaaef90e [file] [log] [blame]
// JNI functions for the Go <=> Java bridge.
// gobind -lang=java -javapkg=com.example customprefix
//
// File is generated by gobind. Do not edit.
#include <android/log.h>
#include <stdint.h>
#include "seq.h"
#include "_cgo_export.h"
#include "customprefix.h"
JNIEXPORT void JNICALL
Java_com_example_Customprefix_init(JNIEnv *env, jclass _unused) {
jclass clazz;
}
JNIEXPORT void JNICALL
Java_com_example_Customprefix_F(JNIEnv* env, jclass clazz) {
proxycustomprefix__F();
}