Append one nul-terminated string to another
char * strcat(char * dest, const char * src);
dest
The string to be appended to
src
The string to append to it