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