5 /* atol( const char * )
7 This file is part of the Public Domain C Library (PDCLib).
8 Permission is granted to use, modify, and / or redistribute at will.
15 long int atol( const char * s )
17 return (long int) _PDCLIB_atomax( s );
23 #include <_PDCLIB_test.h>
28 /* no tests for a simple wrapper */