blob: 79016bebdf207dbc001f2ef59968716501beb0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#ifndef __java_lang_VMFloat__
#define __java_lang_VMFloat__
#ifdef __cplusplus
extern "C"
{
#endif
JNIEXPORT jint JNICALL Java_java_lang_VMFloat_floatToRawIntBits (JNIEnv *env, jclass, jfloat);
JNIEXPORT jfloat JNICALL Java_java_lang_VMFloat_intBitsToFloat (JNIEnv *env, jclass, jint);
#ifdef __cplusplus
}
#endif
#endif /* __java_lang_VMFloat__ */
|