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