OSDN Git Service

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