OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / iconv_close.3
1 .\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\" %%%LICENSE_END
9 .\"
10 .\" References consulted:
11 .\"   GNU glibc-2 source code and manual
12 .\"   OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html
13 .\"
14 .\"*******************************************************************
15 .\"
16 .\" This file was generated with po4a. Translate the source file.
17 .\"
18 .\"*******************************************************************
19 .TH ICONV_CLOSE 3 2008\-08\-11 GNU "Linux Programmer's Manual"
20 .SH 名前
21 iconv_close \- 文字セット変換のためのディスクリプターを解放する
22 .SH 書式
23 .nf
24 \fB#include <iconv.h>\fP
25 .sp
26 \fBint iconv_close(iconv_t \fP\fIcd\fP\fB);\fP
27 .fi
28 .SH 説明
29 \fBiconv_close\fP()  関数は、 \fBiconv_open\fP(3)  を使って以前に割り当てられた 変換ディスクリプター \fIcd\fP
30 を解放する。
31 .SH 返り値
32 成功した場合、 \fBiconv_close\fP()  関数は 0 を返す。 エラーの場合、この関数は \fIerrno\fP を設定し \-1 を返す。
33 .SH バージョン
34 この関数はバージョン 2.1 以降の glibc で利用可能である。
35 .SH 準拠
36 UNIX98, POSIX.1\-2001.
37 .SH 関連項目
38 \fBiconv\fP(3), \fBiconv_open\fP(3)
39 .SH この文書について
40 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
41 である。プロジェクトの説明とバグ報告に関する情報は
42 http://www.kernel.org/doc/man\-pages/ に書かれている。