strcat (9) - Linux Manuals
strcat: Append one NUL-terminated string to another
Command to display strcat
manual in Linux: $ man 9 strcat
NAME
strcat - Append one NUL-terminated string to another
SYNOPSIS
-
char * strcat(char * dest, const char * src);
ARGUMENTS
dest
-
- The string to be appended to
src
-
The string to append to it
COPYRIGHT