|
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 TOPOSIX:2001SEE ALSOiconv_open(3) iconv(3)
Visit the GSP FreeBSD Man Page Interface. |