strcat
Section: Kernel Hacker's Manual (9)
Updated: strcat
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
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:46 GMT, June 12, 2005