FPUTWS
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ATTRIBUTES
CONFORMING TO
NOTES
SEE ALSO
COLOPHON
NAME
fputws − write a wide-character string to a FILE stream
SYNOPSIS
#include
int fputws(const wchar_t *ws, FILE *stream);
DESCRIPTION
The fputws() function is the wide-character equivalent of the fputs(3) function. It writes the wide-character string starting at ws, up to but not including the terminating null wide character (L’