strcpy

Langue: en

Autres versions - même langue

Version: May 2009 (fedora - 06/07/09)

Autres sections - même nom

Section: 9 (Appels noyau Linux)

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