summaryrefslogtreecommitdiff
path: root/src/stdlib/strtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/strtoul.c')
-rw-r--r--src/stdlib/strtoul.c5
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