strcat — Append oneNUL-terminated string to another
NUL-terminated
char *strcat(
)
char * dest
The string to be appended to
const char * src
The string to append to it