3 <meta name=
"generator" content=
"groff -Thtml, see www.gnu.org">
4 <meta name=
"Content-Style" content=
"text/css">
5 <title>ICONV_CLOSE
</title>
9 <h1 align=center
>ICONV_CLOSE
</h1>
10 <a href=
"#NAME">NAME
</a><br>
11 <a href=
"#SYNOPSIS">SYNOPSIS
</a><br>
12 <a href=
"#DESCRIPTION">DESCRIPTION
</a><br>
13 <a href=
"#RETURN VALUE">RETURN VALUE
</a><br>
14 <a href=
"#CONFORMING TO">CONFORMING TO
</a><br>
15 <a href=
"#SEE ALSO">SEE ALSO
</a><br>
18 <!-- Creator : groff version 1.17 -->
19 <!-- CreationDate: Mon May 21 14:35:12 2001 -->
22 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
23 cols=
"2" cellspacing=
"0" cellpadding=
"0">
24 <tr valign=
"top" align=
"left">
25 <td width=
"10%"></td><td width=
"90%">
26 iconv_close - deallocate descriptor for character set conversion
</td></table>
27 <a name=
"SYNOPSIS"></a>
30 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
31 cols=
"2" cellspacing=
"0" cellpadding=
"0">
32 <tr valign=
"top" align=
"left">
33 <td width=
"10%"></td><td width=
"90%">
34 <pre><b>#include
<iconv.h
>
36 int iconv_close (iconv_t
</b> <i>cd
</i><b>);
37 </b></pre></td></table>
38 <a name=
"DESCRIPTION"></a>
41 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
42 cols=
"2" cellspacing=
"0" cellpadding=
"0">
43 <tr valign=
"top" align=
"left">
44 <td width=
"10%"></td><td width=
"90%">
45 The
<b>iconv_close
</b> function deallocates a conversion
46 descriptor
<i>cd
</i> previously allocated using
47 <b>iconv_open
</b>.
</td></table>
48 <a name=
"RETURN VALUE"></a>
51 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
52 cols=
"2" cellspacing=
"0" cellpadding=
"0">
53 <tr valign=
"top" align=
"left">
54 <td width=
"10%"></td><td width=
"90%">
55 When successful, the
<b>iconv_close
</b> function returns
0.
56 In case of error, it sets
<b>errno
</b> and returns
58 <a name=
"CONFORMING TO"></a>
59 <h2>CONFORMING TO
</h2>
61 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
62 cols=
"2" cellspacing=
"0" cellpadding=
"0">
63 <tr valign=
"top" align=
"left">
64 <td width=
"10%"></td><td width=
"90%">
66 <a name=
"SEE ALSO"></a>
69 <table width=
"100%" border=
0 rules=
"none" frame=
"void"
70 cols=
"2" cellspacing=
"0" cellpadding=
"0">
71 <tr valign=
"top" align=
"left">
72 <td width=
"10%"></td><td width=
"90%">
73 <b>iconv_open
</b>(
3),
<b>iconv
</b>(
3)
</td></table>