STRCAT
Section: Basic C Library Functions (9)
Updated: February 2011
Index
Return to Main Contents
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