X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdlib%2Fatol.c;h=fb5e512142b5285a797945ef4162020e7f776118;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hp=475adef028435ada0088542278beec6bd8fbd7a1;hpb=aa980e7f23430161549089ab9661f07d9db116c4;p=pdclib diff --git a/functions/stdlib/atol.c b/functions/stdlib/atol.c index 475adef..fb5e512 100644 --- a/functions/stdlib/atol.c +++ b/functions/stdlib/atol.c @@ -1,7 +1,3 @@ -/* $Id$ */ - -/* Release $Name$ */ - /* atol( const char * ) This file is part of the Public Domain C Library (PDCLib). @@ -20,11 +16,10 @@ long int atol( const char * s ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" -int main() +int main( void ) { - BEGIN_TESTS; /* no tests for a simple wrapper */ return TEST_RESULTS; }