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 - put wide character on standard output stream

&pagelevel(4)&pagelevel

Syntax

#include <wchar.h>

wint_t putwchar(wint_t wc);

Description

The function call putwchar(wc) is equivalent to putwc(wc, stdout).

Restriction
This version of the C runtime system only supports 1-byte characters as wide character codes. They are of type wchar_t (see stddef.h). (End)

Return val.

See putwc().

See also

fputwc(), putwc(), wchar.h.