]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/atol.c
Porting current working set from CVS.
[pdclib.old] / functions / stdlib / atol.c
index 475adef028435ada0088542278beec6bd8fbd7a1..a1403fe9010744218d61ec21e308a0f7fd99e5e1 100644 (file)
@@ -22,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;
 }