jdk1.2 and loader optimisation
[cacao.git] / nat / Float.h
diff --git a/nat/Float.h b/nat/Float.h
new file mode 100644 (file)
index 0000000..cb3c2f0
--- /dev/null
@@ -0,0 +1,21 @@
+/* This file is machine generated, don't edit it !*/
+
+/* Structure information for class: java/lang/Float */
+
+typedef struct java_lang_Float {
+   java_objectheader header;
+   float value;
+} java_lang_Float;
+
+/*
+ * Class:     java/lang/Float
+ * Method:    floatToIntBits
+ * Signature: (F)I
+ */
+JNIEXPORT s4 JNICALL Java_java_lang_Float_floatToIntBits (JNIEnv *env , float par1);
+/*
+ * Class:     java/lang/Float
+ * Method:    intBitsToFloat
+ * Signature: (I)F
+ */
+JNIEXPORT float JNICALL Java_java_lang_Float_intBitsToFloat (JNIEnv *env , s4 par1);