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