iconv_close.3.html 2.5 KB

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