The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
443 B
22 lines
443 B
4 years ago
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class com_mesonbuild_JdkTest */
|
||
|
|
||
|
#ifndef _Included_com_mesonbuild_JdkTest
|
||
|
#define _Included_com_mesonbuild_JdkTest
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: com_mesonbuild_JdkTest
|
||
|
* Method: jdk_test
|
||
|
* Signature: ()I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_com_mesonbuild_JdkTest_jdk_1test
|
||
|
(JNIEnv *, jclass);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|