Previous Page
Next Page

putwchar

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.

Example

See the example for getwchar( ) in this chapter.

See Also

putwc( ), fputwc( ), getwc( ), fgetwc( ), getwchar( )


Previous Page
Next Page