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