fputws (3) Linux Manual Page
NAME
fputws – write a wide-character string to a FILE stream
SYNOPSIS
#include <wchar.h>
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’
