12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
// gobind -lang=java -javapkg=com.example customprefix
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Customprefix_H__
|
||
|
#define __Customprefix_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#endif
|