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

1.1.1.2 ! misho       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">
1.1       misho       5: <html>
                      6: <head>
                      7: <meta name="generator" content="groff -Thtml, see www.gnu.org">
1.1.1.2 ! misho       8: <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
1.1       misho       9: <meta name="Content-Style" content="text/css">
1.1.1.2 ! misho      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>
1.1       misho      16: <title>ICONV_CLOSE</title>
1.1.1.2 ! misho      17: 
1.1       misho      18: </head>
                     19: <body>
                     20: 
1.1.1.2 ! misho      21: <h1 align="center">ICONV_CLOSE</h1>
        !            22: 
1.1       misho      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>
1.1.1.2 ! misho      31: 
        !            32: 
        !            33: <h2>NAME
1.1       misho      34: <a name="NAME"></a>
1.1.1.2 ! misho      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
1.1       misho      43: <a name="SYNOPSIS"></a>
1.1.1.2 ! misho      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
1.1       misho      54: <a name="DESCRIPTION"></a>
1.1.1.2 ! misho      55: </h2>
1.1       misho      56: 
1.1.1.2 ! misho      57: 
        !            58: <p style="margin-left:11%; margin-top: 1em">The
        !            59: <b>iconv_close</b> function deallocates a conversion
1.1       misho      60: descriptor <i>cd</i> previously allocated using
                     61: <b>iconv_open</b>.</p>
1.1.1.2 ! misho      62: 
        !            63: <h2>RETURN VALUE
1.1       misho      64: <a name="RETURN VALUE"></a>
1.1.1.2 ! misho      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
1.1       misho      71: &minus;1.</p>
1.1.1.2 ! misho      72: 
        !            73: <h2>CONFORMING TO
1.1       misho      74: <a name="CONFORMING TO"></a>
1.1.1.2 ! misho      75: </h2>
        !            76: 
        !            77: 
        !            78: <p style="margin-left:11%; margin-top: 1em">POSIX:2001</p>
        !            79: 
        !            80: <h2>SEE ALSO
1.1       misho      81: <a name="SEE ALSO"></a>
1.1.1.2 ! misho      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>
1.1       misho      88: <hr>
                     89: </body>
                     90: </html>

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