putwchar


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( )



C(c) In a Nutshell
C in a Nutshell (In a Nutshell (OReilly))
ISBN: 0596006977
EAN: 2147483647
Year: 2006
Pages: 473

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net