FPUTWS(3) BSD Programmer's Manual FPUTWS(3)NAMEfputws - write wide-character string on a stream
SYNOPSIS
#include <stdio.h>
#include <wchar.h>
int
fputws(wchar_t *ws, FILE *stream);
DESCRIPTION
The fputws() function is similar to the fputs(3) function, but rather
than writing a string of byte sized characters, it writes multi-byte
characters from the wide-character string ws using the fputrune(3) func-
tion.
RETURN VALUES
The fgetws() function returns the number of wide-characters written or -1
if it encounters an error while writing.
SEE ALSOfputrune(3), fputs(3)BSDI BSD/OS December 9, 1997 1