nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <!-- Creator : groff version 1.20.1 -->
2 <!-- CreationDate: Sun Aug 7 19:49:14 2011 -->
3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
4 "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <head>
7 <meta name="generator" content="groff -Thtml, see www.gnu.org">
8 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
9 <meta name="Content-Style" content="text/css">
10 <style type="text/css">
11 p { margin-top: 0; margin-bottom: 0; vertical-align: top }
12 pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
13 table { margin-top: 0; margin-bottom: 0; vertical-align: top }
14 h1 { text-align: center }
15 </style>
16 <title>ICONV_CLOSE</title>
17  
18 </head>
19 <body>
20  
21 <h1 align="center">ICONV_CLOSE</h1>
22  
23 <a href="#NAME">NAME</a><br>
24 <a href="#SYNOPSIS">SYNOPSIS</a><br>
25 <a href="#DESCRIPTION">DESCRIPTION</a><br>
26 <a href="#RETURN VALUE">RETURN VALUE</a><br>
27 <a href="#CONFORMING TO">CONFORMING TO</a><br>
28 <a href="#SEE ALSO">SEE ALSO</a><br>
29  
30 <hr>
31  
32  
33 <h2>NAME
34 <a name="NAME"></a>
35 </h2>
36  
37  
38 <p style="margin-left:11%; margin-top: 1em">iconv_close
39 &minus; deallocate descriptor for character set
40 conversion</p>
41  
42 <h2>SYNOPSIS
43 <a name="SYNOPSIS"></a>
44 </h2>
45  
46  
47 <p style="margin-left:11%; margin-top: 1em"><b>#include
48 &lt;iconv.h&gt;</b></p>
49  
50 <p style="margin-left:11%; margin-top: 1em"><b>int
51 iconv_close (iconv_t</b> <i>cd</i><b>);</b></p>
52  
53 <h2>DESCRIPTION
54 <a name="DESCRIPTION"></a>
55 </h2>
56  
57  
58 <p style="margin-left:11%; margin-top: 1em">The
59 <b>iconv_close</b> function deallocates a conversion
60 descriptor <i>cd</i> previously allocated using
61 <b>iconv_open</b>.</p>
62  
63 <h2>RETURN VALUE
64 <a name="RETURN VALUE"></a>
65 </h2>
66  
67  
68 <p style="margin-left:11%; margin-top: 1em">When
69 successful, the <b>iconv_close</b> function returns 0. In
70 case of error, it sets <b>errno</b> and returns
71 &minus;1.</p>
72  
73 <h2>CONFORMING TO
74 <a name="CONFORMING TO"></a>
75 </h2>
76  
77  
78 <p style="margin-left:11%; margin-top: 1em">POSIX:2001</p>
79  
80 <h2>SEE ALSO
81 <a name="SEE ALSO"></a>
82 </h2>
83  
84  
85  
86 <p style="margin-left:11%; margin-top: 1em"><b>iconv_open</b>(3)
87 <b>iconv</b>(3)</p>
88 <hr>
89 </body>
90 </html>