.\" -*- 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 .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification .\" http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH getwchar 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE getwchar \- lee un carácter ancho de la entrada estándar .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fBwint_t getwchar(void);\fP .fi .SH DESCRIPCIÓN La función \fBgetwchar\fP() es equivalente para caracteres anchos a la función \fBgetchar\fP(3). Lee un carácter ancho de \fIstdin\fP y lo devuelve. Si se llega al final del flujo o si \fIferror(stdin)\fP es cierto, se devuelve \fBWEOF\fP. Si se produce un error en la conversión de caracteres anchos, se asigna a \fIerrno\fP el valor \fBEILSEQ\fP y la función devuelve \fBWEOF\fP. .PP Para la versión no\-bloqueante, véase \fBunlocked_stdio\fP(3). .SH "VALOR DEVUELTO" La función \fBgetwchar\fP() devuelve el siguiente carácter ancho de la entrada estándar, o \fBWEOF\fP. .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 \fBgetwchar\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH ESTÁNDARES C11, POSIX.1\-2008. .SH HISTORIAL C99, POSIX.1\-2001. .SH NOTAS El comportamiento de \fBgetwchar\fP() depende de la categoría \fBLC_CTYPE\fP de la localización actual. .PP Es razonable esperar que \fBgetwchar\fP() lea realmente la secuencia multibyte de la entrada estándar y que la convierta a un carácter ancho. .SH "VÉASE TAMBIÉN" \fBfgetwc\fP(3), \fBunlocked_stdio\fP(3) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Juan Piernas . .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 .