summaryrefslogtreecommitdiff
path: root/src/stdlib/atoi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/atoi.c')
-rw-r--r--src/stdlib/atoi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/atoi.c b/src/stdlib/atoi.c
index 6e58dd22..4ed20bc3 100644
--- a/src/stdlib/atoi.c
+++ b/src/stdlib/atoi.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <stdlib.h>
/** convert string to integer **/
@@ -17,3 +19,6 @@ LC_CTYPE
RETURN_SUCCESS(the converted value)
STDC(1)
*/
+
+
+#endif