1 /* atoll( const char * )
3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
11 long long int atoll( const char * s )
13 return (long long int) _PDCLIB_atomax( s );
20 #include "_PDCLIB_test.h"
24 /* no tests for a simple wrapper */