1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
3 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
10 .\" References consulted:
11 .\" GNU glibc-2 source code and manual
12 .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
14 .TH ICONV_CLOSE 3 2021-03-22 "GNU" "Linux Programmer's Manual"
16 iconv_close \- deallocate descriptor for character set conversion
21 .BI "int iconv_close(iconv_t " cd );
26 function deallocates a conversion descriptor
28 previously allocated using
33 returns 0; otherwise, it returns \-1 and sets
35 to indicate the error.
37 This function is available in glibc since version 2.1.
39 For an explanation of the terms used in this section, see
47 Interface Attribute Value
50 T} Thread safety MT-Safe
56 POSIX.1-2001, POSIX.1-2008, SUSv2.