diff options
Diffstat (limited to 'src/inttypes/strtoumax.c')
-rw-r--r-- | src/inttypes/strtoumax.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inttypes/strtoumax.c b/src/inttypes/strtoumax.c index f8017371..25dca76c 100644 --- a/src/inttypes/strtoumax.c +++ b/src/inttypes/strtoumax.c @@ -1,3 +1,5 @@ +#if 0 + #include <stddef.h> #include <ctype.h> #include <errno.h> @@ -17,3 +19,6 @@ uintmax_t strtoumax(const char *restrict nptr, char ** restrict endptr, int base /* STDC(199901) */ + + +#endif |