7.24.3.9 The putwchar function
Synopsis
#include <wchar.h>
wint_t putwchar(wchar_t c);
Description
The putwchar function is equivalent to putwc with the second argument stdout.
Returns
The putwchar function returns the character written, or WEOF.