itoa
char *itoa(int i, char *buf, int unit)
static char* itoa(unsigned long i, int size, int neg, int base)