Date création : 27-03-2008 20:23:44
 Vous êtes dans : GNU/Linux Astuces / Pages man [Section3 - Sous-fonctions]
STRCPY
Index
- NOM
- SYNOPSIS
- DESCRIPTION
- VALEUR RENVOYÉE
- BOGUES
- CONFORMITÉ
- VOIR AUSSI
- TRADUCTION
NOM
strcpy, strncpy - Copier une chaîne.
SYNOPSIS
#include <string.h>
char *strcpy(char *dest, const char *src);
char *strncpy(char *dest, const char *src, size_t n);
DESCRIPTION
La fonction strcpy() copie la chaîne pointée par src (y compris le
caractère « |