Annotation of embedaddon/libiconv/man/iconv_close.3.html, revision 1.1.1.1

1.1       misho       1: <!-- Creator     : groff version 1.18.1 -->
                      2: <!-- CreationDate: Tue Jun 30 22:52:08 2009 -->
                      3: <html>
                      4: <head>
                      5: <meta name="generator" content="groff -Thtml, see www.gnu.org">
                      6: <meta name="Content-Style" content="text/css">
                      7: <title>ICONV_CLOSE</title>
                      8: </head>
                      9: <body>
                     10: 
                     11: <h1 align=center>ICONV_CLOSE</h1>
                     12: <a href="#NAME">NAME</a><br>
                     13: <a href="#SYNOPSIS">SYNOPSIS</a><br>
                     14: <a href="#DESCRIPTION">DESCRIPTION</a><br>
                     15: <a href="#RETURN VALUE">RETURN VALUE</a><br>
                     16: <a href="#CONFORMING TO">CONFORMING TO</a><br>
                     17: <a href="#SEE ALSO">SEE ALSO</a><br>
                     18: 
                     19: <hr>
                     20: <a name="NAME"></a>
                     21: <h2>NAME</h2>
                     22: <!-- INDENTATION -->
                     23: <table width="100%" border=0 rules="none" frame="void"
                     24:        cols="2" cellspacing="0" cellpadding="0">
                     25: <tr valign="top" align="left">
                     26: <td width="10%"></td>
                     27: <td width="89%">
                     28: <p>iconv_close &minus; deallocate descriptor for character
                     29: set conversion</p>
                     30: </td>
                     31: </table>
                     32: <a name="SYNOPSIS"></a>
                     33: <h2>SYNOPSIS</h2>
                     34: <!-- INDENTATION -->
                     35: <table width="100%" border=0 rules="none" frame="void"
                     36:        cols="2" cellspacing="0" cellpadding="0">
                     37: <tr valign="top" align="left">
                     38: <td width="10%"></td>
                     39: <td width="89%">
                     40: <pre><b>#include &lt;iconv.h&gt;
                     41: 
                     42: int iconv_close (iconv_t</b> <i>cd</i><b>);
                     43: </b></pre>
                     44: </td>
                     45: </table>
                     46: <a name="DESCRIPTION"></a>
                     47: <h2>DESCRIPTION</h2>
                     48: <!-- INDENTATION -->
                     49: 
                     50: <table width="100%" border=0 rules="none" frame="void"
                     51:        cols="2" cellspacing="0" cellpadding="0">
                     52: <tr valign="top" align="left">
                     53: <td width="10%"></td>
                     54: <td width="89%">
                     55: <p>The <b>iconv_close</b> function deallocates a conversion
                     56: descriptor <i>cd</i> previously allocated using
                     57: <b>iconv_open</b>.</p>
                     58: </td>
                     59: </table>
                     60: <a name="RETURN VALUE"></a>
                     61: <h2>RETURN VALUE</h2>
                     62: <!-- INDENTATION -->
                     63: <table width="100%" border=0 rules="none" frame="void"
                     64:        cols="2" cellspacing="0" cellpadding="0">
                     65: <tr valign="top" align="left">
                     66: <td width="10%"></td>
                     67: <td width="89%">
                     68: <p>When successful, the <b>iconv_close</b> function returns
                     69: 0. In case of error, it sets <b>errno</b> and returns
                     70: &minus;1.</p>
                     71: </td>
                     72: </table>
                     73: <a name="CONFORMING TO"></a>
                     74: <h2>CONFORMING TO</h2>
                     75: <!-- INDENTATION -->
                     76: <table width="100%" border=0 rules="none" frame="void"
                     77:        cols="2" cellspacing="0" cellpadding="0">
                     78: <tr valign="top" align="left">
                     79: <td width="10%"></td>
                     80: <td width="89%">
                     81: <p>POSIX:2001</p>
                     82: </td>
                     83: </table>
                     84: <a name="SEE ALSO"></a>
                     85: <h2>SEE ALSO</h2>
                     86: <!-- INDENTATION -->
                     87: <table width="100%" border=0 rules="none" frame="void"
                     88:        cols="2" cellspacing="0" cellpadding="0">
                     89: <tr valign="top" align="left">
                     90: <td width="10%"></td>
                     91: <td width="89%">
                     92: <p><b>iconv_open</b>(3) <b>iconv</b>(3)</p>
                     93: </td>
                     94: </table>
                     95: <hr>
                     96: </body>
                     97: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>