fputws
extern int fputws(const wchar_t *wcs, FILE *stream);
extern int fputws (__const wchar_t *__restrict __ws,
fputws(L"Hello world!\n", stdout);