.\" 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 .\" .\" Traducido por Miguel Pérez Ibars el 6-agosto-2004 .\" .TH ICONV_CLOSE 3 "27 noviembre 1999" "GNU" "Manual del Programador de Linux" .SH NOMBRE iconv_close \- libera un descriptor para la conversión del conjunto de caracteres .SH SINOPSIS .nf .B #include .sp .BI "int iconv_close(iconv_t " cd ); .fi .SH DESCRIPCIÓN La función \fBiconv_close\fP libera un descriptor de conversión \fIcd\fP previamente reservado usando \fBiconv_open\fP. .SH "VALOR DEVUELTO" Cuando tiene éxito, la función \fBiconv_close\fP devuelve 0. En caso de error, modifica .I errno con un valor apropiado y devuelve \-1. .SH "CONFORME A" UNIX98 .SH "VÉASE TAMBIÉN" .BR iconv_open (3), .BR iconv (3)