diff options
Diffstat (limited to 'src/stdlib/strtold.c')
-rw-r--r-- | src/stdlib/strtold.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtold.c b/src/stdlib/strtold.c index 1c0ce7b8..5bb5bf63 100644 --- a/src/stdlib/strtold.c +++ b/src/stdlib/strtold.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <float.h> #include <ctype.h> @@ -40,3 +42,6 @@ RETURN(CONSTANT(-HUGE_VALL), converted value too small) RETURN(VAR(a TYPE(long double)), the converted value) STDC(199901) */ + + +#endif |