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
|
.\" 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
.\"
.TH ICONV_CLOSE 3 "27 Novembro 1999" "GNU" "Manual do Programador Linux"
.SH NOME
iconv_close \- desaloca descritor de converso para um conjunto de caracteres
.SH SINOPSE
.nf
.B #include <iconv.h>
.sp
.BI "int iconv_close (iconv_t " cd );
.fi
.SH DESCRIO
A funo \fBiconv_close\fP desaloca o descritor de converso \fIcd\fP
alocado previamente com a funo \fBiconv_open\fP.
.SH "VALOR DE RETORNO"
Em caso de sucesso, a funo \fBiconv_close\fP retorna 0. Em caso de erro,
ajusta \fBerrno\fP e retorna -1.
.SH "CONFORMIDADE"
UNIX98
.SH "VEJA TAMBM"
.BR iconv_open "(3), " iconv (3)
.SH TRADUZIDO POR LDP-BR em 21/08/2000.
\&\fR\&\f(CWMarcelo D. Beckmann <marcelobeckmann@yahoo.com> (traduo)\fR
\&\fR\&\f(CWEspao para o Revisor <nome@dominio.com.br> (reviso)\fR
|