#ifndef STDLIB_H #define STDLIB_H char *itoa( int v, char *s, int base ); #endif // STDLIB_H