diff options
Diffstat (limited to 'src/stdlib/strtol.c')
-rw-r--r-- | src/stdlib/strtol.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtol.c b/src/stdlib/strtol.c index 08ed591c..9b12b0e6 100644 --- a/src/stdlib/strtol.c +++ b/src/stdlib/strtol.c @@ -1,3 +1,5 @@ +#if 0 + #include <ctype.h> #include <errno.h> #include <limits.h> @@ -45,3 +47,6 @@ RETURN(CONSTANT(LONG_MIN), converted value too small) RETURN(a TYPE(long int) value, the converted value) STDC(1) */ + + +#endif |