1<html>
2<head>
3<meta name="generator" content="groff -Thtml, see www.gnu.org">
4<meta name="Content-Style" content="text/css">
5<title>ICONV_CLOSE</title>
6</head>
7<body>
8
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>
16
17<hr>
18<!-- Creator     : groff version 1.17 -->
19<!-- CreationDate: Fri May 24 14:48:05 2002 -->
20<a name="NAME"></a>
21<h2>NAME</h2>
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%">
26iconv_close - deallocate descriptor for character set conversion</td></table>
27<a name="SYNOPSIS"></a>
28<h2>SYNOPSIS</h2>
29
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 &lt;iconv.h&gt;
35
36int iconv_close (iconv_t</b> <i>cd</i><b>);
37</b></pre></td></table>
38<a name="DESCRIPTION"></a>
39<h2>DESCRIPTION</h2>
40
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%">
45The <b>iconv_close</b> function deallocates a conversion
46descriptor <i>cd</i> previously allocated using
47<b>iconv_open</b>.</td></table>
48<a name="RETURN VALUE"></a>
49<h2>RETURN VALUE</h2>
50
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%">
55When successful, the <b>iconv_close</b> function returns 0.
56In case of error, it sets <b>errno</b> and returns
57-1.</td></table>
58<a name="CONFORMING TO"></a>
59<h2>CONFORMING TO</h2>
60
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%">
65UNIX98</td></table>
66<a name="SEE ALSO"></a>
67<h2>SEE ALSO</h2>
68
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>
74<hr>
75</body>
76</html>
77