1STRCAT(9) Basic C Library Functions STRCAT(9)
23
4
NAME
6strcat - Append one NUL-terminated string to another
7
SYNOPSIS
9char * strcat(char * dest, const char * src);
10
ARGUMENTS
12dest
13The string to be appended to
1415
src
16The string to append to it
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 STRCAT(9)