1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
3 .\" This is free documentation; you can redistribute it and/or
4 .\" modify it under the terms of the GNU General Public License as
5 .\" published by the Free Software Foundation; either version 2 of
6 .\" the License, or (at your option) any later version.
8 .\" References consulted:
9 .\" GNU glibc-2 source code and manual
10 .\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html
12 .TH ICONV_CLOSE 3 "November 27, 1999" "GNU" "Linux Programmer's Manual"
14 iconv_close \- deallocate descriptor for character set conversion
19 .BI "int iconv_close (iconv_t " cd );
22 The \fBiconv_close\fP function deallocates a conversion descriptor \fIcd\fP
23 previously allocated using \fBiconv_open\fP.
25 When successful, the \fBiconv_close\fP function returns 0. In case of error,
26 it sets \fBerrno\fP and returns -1.
30 .BR iconv_open "(3), " iconv (3)