zion - stpcpy
Nom
stpcpy - Copier une chaîne en renvoyant un pointeur sur sa fin.
Résumé
.nf #include <string.h> char *stpcpy (char * dest , const char * src ); .fi
Description
La fonction stpcpy() copie la chaine pointée par src (y compris le caractère `
Poster un commentaire