X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fatol.c;h=00ce4474dd3cdbb1943b58cf3554107773c99502;hb=3309ec3ad8a5db735eaa2de7f5dc6a331d8e7319;hp=475adef028435ada0088542278beec6bd8fbd7a1;hpb=23e170071520809fd7b2ea3514e48399358362f2;p=pdclib.old diff --git a/functions/stdlib/atol.c b/functions/stdlib/atol.c index 475adef..00ce447 100644 --- a/functions/stdlib/atol.c +++ b/functions/stdlib/atol.c @@ -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; }