strcat(char *dest, char *src);
Concatenate source string onto the end of destination string, as in ANSI 'C'.