diff options
Diffstat (limited to 'src/stdlib/atol.c')
-rw-r--r-- | src/stdlib/atol.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stdlib/atol.c b/src/stdlib/atol.c index 6bcebf7d..0a1e35d5 100644 --- a/src/stdlib/atol.c +++ b/src/stdlib/atol.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> /** convert string to long integer **/ @@ -17,3 +19,6 @@ LC_CTYPE RETURN_SUCCESS(the converted value) STDC(1) */ + + +#endif |