.\" 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