Writes a wide character to standard output #include <wchar.h> wint_t putwchar ( wchar_t c ); The macro putwchar( ) is similar to putwc( ), but writes a wide character to stdout, and has no FILE pointer argument. ExampleSee the example for getwchar( ) in this chapter. See Also |