1STRCAT(9)                  Basic C Library Functions                 STRCAT(9)
2
3
4

NAME

6       strcat - Append one NUL-terminated string to another
7

SYNOPSIS

9       char * strcat(char * dest, const char * src);
10

ARGUMENTS

12       dest
13           The string to be appended to
14
15       src
16           The string to append to it
17
19Kernel Hackers Manual 2.6.       November 2011                       STRCAT(9)
Impressum