1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
.\" Copyright (c) Bruno Haible <haible@clisp.cons.org>
.\"
.\" 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 <sato@complex.eng.hokudai.ac.jp>
.\"
.\"WORD: conversion Ѵ
.\"WORD: deallocate
.\"WORD: descriptor ǥץ
.\"WORD:
.\"
.TH ICONV_CLOSE 3 "November 27, 1999" "GNU" "Linux Programmer's Manual"
.SH ̾
iconv_close \- ʸåѴΤΥǥץ
.SH
.nf
.B #include <iconv.h>
.sp
.BI "int iconv_close(iconv_t " cd );
.fi
.SH
\fBiconv_close\fP ؿϡ\fBiconv_open\fP Ȥäư˳Ƥ줿
Ѵǥץ \fIcd\fP 롣
.SH ֤
硢\fBiconv_close\fP ؿ 0 ֤
顼ξ硢δؿ
.I errno
ꤷ \-1 ֤
.SH
UNIX98
.SH Ϣ
.BR iconv_open (3),
.BR iconv (3)
|