.\" 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 .\" .TH ICONV_CLOSE 3 "27 Novembro 1999" "GNU" "Manual do Programador Linux" .SH NOME iconv_close \- desaloca descritor de conversão para um conjunto de caracteres .SH SINOPSE .nf .B #include .sp .BI "int iconv_close (iconv_t " cd ); .fi .SH DESCRIÇÃO A função \fBiconv_close\fP desaloca o descritor de conversão \fIcd\fP alocado previamente com a função \fBiconv_open\fP. .SH "VALOR DE RETORNO" Em caso de sucesso, a função \fBiconv_close\fP retorna 0. Em caso de erro, ajusta \fBerrno\fP e retorna -1. .SH "CONFORMIDADE" UNIX98 .SH "VEJA TAMBÉM" .BR iconv_open "(3), " iconv (3) .SH TRADUZIDO POR LDP-BR em 21/08/2000. \&\fR\&\f(CWMarcelo D. Beckmann (tradução)\fR \&\fR\&\f(CWEspaço para o Revisor (revisão)\fR