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 44 45 46 47 48 49 50
|
.\" 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 2008-08-11 "GNU" "Linux Programmer's Manual"
.SH ̾
iconv_close \- ʸåѴΤΥǥץ
.SH
.nf
.B #include <iconv.h>
.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)
|