1: <!-- Creator : groff version 1.22.3 -->
2: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3: "http://www.w3.org/TR/html4/loose.dtd">
4: <html>
5: <head>
6: <meta name="generator" content="groff -Thtml, see www.gnu.org">
7: <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
8: <meta name="Content-Style" content="text/css">
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>
15: <title>ICONV_CLOSE</title>
16:
17: </head>
18: <body>
19:
20: <h1 align="center">ICONV_CLOSE</h1>
21:
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>
30:
31:
32: <h2>NAME
33: <a name="NAME"></a>
34: </h2>
35:
36:
37: <p style="margin-left:11%; margin-top: 1em">iconv_close
38: − deallocate descriptor for character set
39: conversion</p>
40:
41: <h2>SYNOPSIS
42: <a name="SYNOPSIS"></a>
43: </h2>
44:
45:
46: <p style="margin-left:11%; margin-top: 1em"><b>#include
47: <iconv.h></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
53: <a name="DESCRIPTION"></a>
54: </h2>
55:
56:
57: <p style="margin-left:11%; margin-top: 1em">The
58: <b>iconv_close</b> function deallocates a conversion
59: descriptor <i>cd</i> previously allocated using
60: <b>iconv_open</b>.</p>
61:
62: <h2>RETURN VALUE
63: <a name="RETURN VALUE"></a>
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
70: −1.</p>
71:
72: <h2>CONFORMING TO
73: <a name="CONFORMING TO"></a>
74: </h2>
75:
76:
77: <p style="margin-left:11%; margin-top: 1em">POSIX:2001</p>
78:
79: <h2>SEE ALSO
80: <a name="SEE ALSO"></a>
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>
87: <hr>
88: </body>
89: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>