OSDN Git Service

(split) Convert release and draft pages to UTF-8.
[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 .\" Japanese Version Copyright (c) 2000 Yuichi SATO
13 .\"         all rights reserved.   
14 .\" Translated Tue Jul 11 19:02:58 JST 2000
15 .\"         by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
16 .\"
17 .\"WORD:        conversion      変換
18 .\"WORD:        deallocate      解放する
19 .\"WORD:        descriptor      ディスクリプター
20 .\"WORD:        
21 .\"
22 .TH ICONV_CLOSE 3 2008-08-11 "GNU" "Linux Programmer's Manual"
23 .SH 名前
24 iconv_close \- 文字セット変換のためのディスクリプターを解放する
25 .SH 書式
26 .nf
27 .B #include <iconv.h>
28 .sp
29 .BI "int iconv_close(iconv_t " cd );
30 .fi
31 .SH 説明
32 .BR iconv_close ()
33 関数は、
34 .BR iconv_open (3)
35 を使って以前に割り当てられた
36 変換ディスクリプター \fIcd\fP を解放する。
37 .SH 返り値
38 成功した場合、
39 .BR iconv_close ()
40 関数は 0 を返す。
41 エラーの場合、この関数は 
42 .I errno
43 を設定し \-1 を返す。
44 .SH バージョン
45 この関数はバージョン 2.1 以降の glibc で利用可能である。
46 .SH 準拠
47 UNIX98, POSIX.1-2001.
48 .SH 関連項目
49 .BR iconv (3),
50 .BR iconv_open (3)