other versions
STRCAT(9) | Basic C Library Functions | STRCAT(9) |
NAME¶
strcat - Append one NUL-terminated string to another
SYNOPSIS¶
char * strcat(char * dest, const char * src);
ARGUMENTS¶
char * dest
The string to be appended to
const char * src
The string to append to it
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |