mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
20 lines
379 B
C
20 lines
379 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
#ifndef __gnu_java_nio_VMSelector__
|
||
|
#define __gnu_java_nio_VMSelector__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C"
|
||
|
{
|
||
|
#endif
|
||
|
|
||
|
JNIEXPORT jint JNICALL Java_gnu_java_nio_VMSelector_select (JNIEnv *env, jclass, jintArray, jintArray, jintArray, jlong);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif /* __gnu_java_nio_VMSelector__ */
|