Query: iconv_close
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ICONV_CLOSE(3) Linux Programmer's Manual ICONV_CLOSE(3)NAMEiconv_close - deallocate descriptor for character set conversionSYNOPSIS#include <iconv.h> int iconv_close(iconv_t cd);DESCRIPTIONThe iconv_close function deallocates a conversion descriptor cd previously allocated using iconv_open.RETURN VALUEWhen successful, the iconv_close function returns 0. In case of error, it sets errno and returns -1.CONFORMING TOUNIX98SEE ALSOiconv_open(3), iconv(3)GNU1999-11-27 ICONV_CLOSE(3)