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

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

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