]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/atol.c
Removed SVN keyword tags.
[pdclib] / functions / stdlib / atol.c
index 475adef028435ada0088542278beec6bd8fbd7a1..234f8919c76fb1ef02ffe28317e2ff211e54020c 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,9 +18,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;
 }