void itoa (char *buf, unsigned int n, int base); int strlen (char *s); char* strcpy(char* dest, char* src);