.\" -*- coding: UTF-8 -*- .\" Copyright (c) Bruno Haible .\" .\" %%%LICENSE_START(GPLv2+_DOC_ONEPARA) .\" 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. .\" %%%LICENSE_END .\" .\" 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 FPUTWS 3 "6 Marzo 2019" GNU "Manual del Programador de Linux" .SH NOMBRE fputws \- escribe una cadena de caracteres anchos en un flujo FILE .SH SINOPSIS .nf \fB#include \fP .PP \fBint fputws(const wchar_t *\fP\fIws\fP\fB, FILE *\fP\fIflujo\fP\fB);\fP .fi .SH DESCRIPCIÓN The \fBfputws\fP() function is the wide\-character equivalent of the \fBfputs\fP(3) function. It writes the wide\-character string starting at \fIws\fP, up to but not including the terminating null wide character (L\(aq\e0\(aq), to \fIstream\fP. .PP Para la versión no\-bloqueante, véase \fBunlocked_stdio\fP(3). .SH "VALOR DEVUELTO" La función \fBfputws\fP() devuelve un entero no negativo si la operación ha tenido éxito o \-1 para indicar un error. .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lb lb lb l l l. Interfaz Atributo Valor T{ \fBfputws\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH "CONFORME A" POSIX.1\-2001, POSIX.1\-2008, C99. .SH NOTAS El comportamiento de \fBfputws\fP() depende de la categoría \fBLC_CTYPE\fP de la localización actual. .PP En ausencia de información adicional pasada a la llamada \fBfopen\fP(3), es razonable esperar que \fBfputws\fP() realmente escriba la cadena multibyte correspondiente a la cadena de caracteres anchos \fIws\fP. .SH "VÉASE TAMBIÉN" \fBfputwc\fP(3), \fBunlocked_stdio\fP(3) .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .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 .