Copyright Digital Equipment Corp. All rights reserved.
Writes a wide-character string to a file without copying the
null-terminating character.
Format
#include <wchar.h>
int fputws (const wchar_t *wstr, FILE *file_ptr);
Arguments Description Return_Values