Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
putwchar - Write wide character to standard output
&pagelevel(4)&pagelevel
Definition | #include <wchar.h> wint_t putwchar(wchar_t wc); The function call putwchar(wc) is equivalent to putwc(wc, stdout). Description: see fputwc. |