strcpy
Section: Kernel Hacker's Manual (9)
Updated: strcpy
Index
Return to Main Contents
NAME
strcpy - Copy a %NUL terminated string
SYNOPSIS
char * strcpy
(char *dest,
const char *src);
ARGUMENTS
- dest
-
Where to copy the string to
- src
-
Where to copy the string from
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
This document was created by
man2html,
using the manual pages.
Time: 03:58:53 GMT, June 12, 2005