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