]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/atoi.c
Add newline translationwq
[pdclib.old] / functions / stdlib / atoi.c
index 5d0a27b7628ac04a50e31b103bef07fbbaa3d657..c7c5c29a3821d673184dea1d5e0c1d74ec7d5244 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atoi( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,9 +20,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;
 }