]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/atol.c
Porting current working set from CVS.
[pdclib.old] / functions / stdlib / atol.c
index 00b933d7dc0480ac4d44f4b60f857b7854039351..a1403fe9010744218d61ec21e308a0f7fd99e5e1 100644 (file)
@@ -8,7 +8,6 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_int.h>
 #include <stdlib.h>
 
 #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;
 }