]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/atol.c
Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.
[pdclib.old] / functions / stdlib / atol.c
index 475adef028435ada0088542278beec6bd8fbd7a1..00ce4474dd3cdbb1943b58cf3554107773c99502 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* atol( const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -22,9 +20,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;
 }