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