1ICONV_CLOSE(3) Linux Programmer's Manual ICONV_CLOSE(3)
2
3
4
6 iconv_close - deallocate descriptor for character set conversion
7
9 #include <iconv.h>
10
11 int iconv_close(iconv_t cd);
12
14 The iconv_close() function deallocates a conversion descriptor cd pre‐
15 viously allocated using iconv_open().
16
18 When successful, the iconv_close() function returns 0. In case of
19 error, it sets errno and returns -1.
20
22 UNIX98, POSIX.1-2001.
23
25 iconv(3), iconv_open(3)
26
27
28
29GNU 1999-11-27 ICONV_CLOSE(3)