.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) Bruno Haible .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH iconv_close 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE iconv_close \- libera un descriptor para la conversión del conjunto de caracteres .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fBint iconv_close(iconv_t \fP\fIcd\fP\fB);\fP .fi .SH DESCRIPCIÓN La función \fBiconv_close\fP() libera un descriptor de conversión \fIcd\fP previamente reservado usando \fBiconv_open\fP(3). .SH "VALOR DEVUELTO" On success, \fBiconv_close\fP() returns 0; otherwise, it returns \-1 and sets \fIerrno\fP to indicate the error. .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interfaz Atributo Valor T{ .na .nh \fBiconv_close\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH ESTÁNDARES POSIX.1\-2008. .SH HISTORIAL glibc 2.1. POSIX.1\-2001. .SH "VÉASE TAMBIÉN" \fBiconv\fP(3), \fBiconv_open\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Miguel Pérez Ibars . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .