2019-10-01 18:24:44 -04:00
|
|
|
// Code generated by gobind. DO NOT EDIT.
|
|
|
|
|
|
2016-02-12 18:50:33 +01:00
|
|
|
// JNI functions for the Go <=> Java bridge.
|
|
|
|
|
//
|
2019-10-01 18:24:44 -04:00
|
|
|
// autogenerated by gobind -lang=java -javapkg=com.example customprefix
|
2016-02-12 18:50:33 +01:00
|
|
|
|
|
|
|
|
#include <android/log.h>
|
|
|
|
|
#include <stdint.h>
|
|
|
|
|
#include "seq.h"
|
|
|
|
|
#include "_cgo_export.h"
|
2016-03-11 11:52:33 +01:00
|
|
|
#include "customprefix.h"
|
2016-02-12 18:50:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
JNIEXPORT void JNICALL
|
2016-09-04 23:37:26 +03:00
|
|
|
Java_com_example_customprefix_Customprefix__1init(JNIEnv *env, jclass _unused) {
|
2016-02-12 18:50:33 +01:00
|
|
|
jclass clazz;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
JNIEXPORT void JNICALL
|
2016-09-16 19:19:01 +02:00
|
|
|
Java_com_example_customprefix_Customprefix_f(JNIEnv* env, jclass _clazz) {
|
2016-02-12 18:50:33 +01:00
|
|
|
proxycustomprefix__F();
|
|
|
|
|
}
|
|
|
|
|
|