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