X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fatol.c;h=a1403fe9010744218d61ec21e308a0f7fd99e5e1;hb=326f9b37c5bbc8b8da0aa62c3ea04833eea4963c;hp=00b933d7dc0480ac4d44f4b60f857b7854039351;hpb=6e5c54ff1caad0963dc5e1b840bc7fc508284994;p=pdclib.old diff --git a/functions/stdlib/atol.c b/functions/stdlib/atol.c index 00b933d..a1403fe 100644 --- a/functions/stdlib/atol.c +++ b/functions/stdlib/atol.c @@ -8,7 +8,6 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_int.h> #include #ifndef REGTEST @@ -23,9 +22,8 @@ long int atol( const char * s ) #ifdef TEST #include <_PDCLIB_test.h> -int main() +int main( void ) { - BEGIN_TESTS; /* no tests for a simple wrapper */ return TEST_RESULTS; }