C言語の標準ライブラリfputwsのリファレンスです。
#include <stdio.h>#include <wchar.h>
int fputws(const wchar_t * restrict s, FILE * restrict stream);