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