A big NOOP
[fw/sdcc] / device / lib / _fs2uint.c
index 8542b03907475de4b31bf6283d8b4b24bfb6583e..186b7f37a9e7f21797b61e75c5cac4717d1206b2 100644 (file)
@@ -1,4 +1,6 @@
-#include <_float.h>
+#include <float.h>
+
+unsigned long __fs2ulong (float a1);
 
 /* convert float to unsigned int */
 unsigned int __fs2uint (float f) {