5 /* atoll( 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 long int atoll( const char * s )
17 return (long long int) _PDCLIB_atomax( s );
23 #include <_PDCLIB_test.h>
28 /* no tests for a simple wrapper */