]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atoi.c
Porting current working set from CVS.
[pdclib] / functions / stdlib / atoi.c
index 5d0a27b7628ac04a50e31b103bef07fbbaa3d657..08a873fdd1b94f71f26f5c66e4d95395de0e6441 100644 (file)
@@ -22,9 +22,8 @@ int atoi( 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;
 }