diff options
Diffstat (limited to 'src/stdlib/strtoll.c')
-rw-r--r-- | src/stdlib/strtoll.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtoll.c b/src/stdlib/strtoll.c index 00b763c9..5df50390 100644 --- a/src/stdlib/strtoll.c +++ b/src/stdlib/strtoll.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <ctype.h> #include <limits.h> @@ -17,3 +19,6 @@ long long int strtoll(const char * restrict nptr, char ** restrict endptr, int b /* STDC(199901) */ + + +#endif |