.\" 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 .\" .\" Japanese Version Copyright (c) 2000 Yuichi SATO .\" all rights reserved. .\" Translated Tue Jul 11 19:02:58 JST 2000 .\" by Yuichi SATO .\" .\"WORD: conversion 変換 .\"WORD: deallocate 解放する .\"WORD: descriptor ディスクリプター .\"WORD: .\" .TH ICONV_CLOSE 3 2008-08-11 "GNU" "Linux Programmer's Manual" .SH 名前 iconv_close \- 文字セット変換のためのディスクリプターを解放する .SH 書式 .nf .B #include .sp .BI "int iconv_close(iconv_t " cd ); .fi .SH 説明 .BR iconv_close () 関数は、 .BR iconv_open (3) を使って以前に割り当てられた 変換ディスクリプター \fIcd\fP を解放する。 .SH 返り値 成功した場合、 .BR iconv_close () 関数は 0 を返す。 エラーの場合、この関数は .I errno を設定し \-1 を返す。 .SH バージョン この関数はバージョン 2.1 以降の glibc で利用可能である。 .SH 準拠 UNIX98, POSIX.1-2001. .SH 関連項目 .BR iconv (3), .BR iconv_open (3)