diff options
Diffstat (limited to 'src/stdlib/strtoul.c')
-rw-r--r-- | src/stdlib/strtoul.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/strtoul.c b/src/stdlib/strtoul.c index 7a91823f..aa952d0c 100644 --- a/src/stdlib/strtoul.c +++ b/src/stdlib/strtoul.c @@ -1,3 +1,5 @@ +#if 0 + #include <errno.h> #include <ctype.h> #include <limits.h> @@ -44,3 +46,6 @@ RETURN(ULONG_MAX, converted value too large) RETURN(an TYPE(unsigned long int) value, the converted value) STDC(1) */ + + +#endif |