1STRCPY(9) Basic C Library Functions STRCPY(9)
23
4
NAME
6strcpy - Copy a NUL terminated string
7
SYNOPSIS
9char * strcpy(char * dest, const char * src);
10
ARGUMENTS
12dest
13Where to copy the string to
1415
src
16Where to copy the string from
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 STRCPY(9)