1 /* atoi( 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 int atoi( const char * s )
13 return (int) _PDCLIB_atomax( s );
19 #include <_PDCLIB_test.h>
23 /* no tests for a simple wrapper */