Scroll to navigation
strcat - Append one NUL-terminated string to another
char * strcat(char * dest, const char * src);
dest
src