1STRCPY(9)                  Basic C Library Functions                 STRCPY(9)
2
3
4

NAME

6       strcpy - Copy a NUL terminated string
7

SYNOPSIS

9       char * strcpy(char * dest, const char * src);
10

ARGUMENTS

12       dest
13           Where to copy the string to
14
15       src
16           Where to copy the string from
17
19Kernel Hackers Manual 3.10         June 2019                         STRCPY(9)
Impressum