.\" Copyright (c) Bruno Haible .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html .\" .TH ICONV_CLOSE 3 "November 27, 1999" "GNU" "Linux Programmer's Manual" .SH NAME iconv_close \- 關閉字元轉換描述符 .SH "總覽 (SYNOPSIS)" .nf .B #include .sp .BI "int iconv_close (iconv_t " cd ); .fi .SH "描述 (DESCRIPTION)" \fBiconv_close\fP 函式 關閉 之前 用 \fBiconv_open\fP 開啟的 轉換 描述符, 並 釋放 為其 分配 的 空間. .SH "返回值 (RETURN VALUE)" 如果 成功, \fBiconv_close\fP 函式 返回 0. 如果 出錯, 函式 設定 \fBerrno\fP 變數 同時 返回 -1. .SH "遵循 (CONFORMING TO)" UNIX98 .SH "參見 (SEE ALSO)" .BR iconv_open "(3), " iconv (3) .SH "[中文版維護人]" .B 唐友 \ .SH "[中文版最新更新]" .BR 2002/3/21 .SH "[中國Linux論壇man手冊頁翻譯計劃]" .BI http://cmpp.linuxforum.net .SH "跋" .br 本頁面中文版由中文 man 手冊頁計劃提供。 .br 中文 man 手冊頁計劃:\fBhttps://github.com/man-pages-zh/manpages-zh\fR