summaryrefslogtreecommitdiff
path: root/src/stdlib/strtof.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtof.c')
-rw-r--r--src/stdlib/strtof.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtof.c b/src/stdlib/strtof.c
index c88a7c3f..18c8b2ac 100644
--- a/src/stdlib/strtof.c
+++ b/src/stdlib/strtof.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
#include <float.h>
#include <errno.h>
@@ -40,3 +42,6 @@ RETURN(CONSTANT(-HUGE_VALF), converted value too small)
RETURN(VAR(a TYPE(float)), the converted value)
STDC(199901)
*/
+
+
+#endif