X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fatoll.c;h=36f7a56d4fbd158f6cd542bb7918f54a9c481b38;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=0f0fe18d20347db8cf5cd6ac730a4797d345cdd1;hpb=aa980e7f23430161549089ab9661f07d9db116c4;p=pdclib diff --git a/functions/stdlib/atoll.c b/functions/stdlib/atoll.c index 0f0fe18..36f7a56 100644 --- a/functions/stdlib/atoll.c +++ b/functions/stdlib/atoll.c @@ -1,7 +1,3 @@ -/* $Id$ */ - -/* Release $Name$ */ - /* atoll( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -22,9 +18,8 @@ long long int atoll( 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; }