The Linux Kernel API
Prev
Next
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
Prev
Home
Next
strncpy
Up
strncat