Les MANs Linux en français...
ICONV_CLOSE
Section: Manuel du programmeur Linux (3)Updated: 31 Août 2000
Index Retour au Menu Principal
NOM
iconv_close - Libérer un descripteur de conversion de caractères.SYNOPSIS
#include <iconv.h> int iconv_close (iconv_t cd);
DESCRIPTION
La fonction iconv_close libère le descripteur de conversion cd alloué préalablement avec iconv_open.VALEUR RENVOYÉE
Lorsqu'elle réussit, la fonction iconv_close renvoie 0. En cas d'erreur, elle remplit errno et renvoie -1.CONFORMITÉ
UNIX98VOIR AUSSI
iconv_open(3), iconv(3)TRADUCTION
Christophe Blaess, 2000.
Index
Time: 22:30:03 GMT, December 19, 2004