Defined in header <cwchar> | ||
---|---|---|
wint_t getwchar(); |
Reads the next wide character from stdin
.
(none).
The obtained wide character or WEOF
if an error has occurred or the end of file reached.
reads a character from stdin (function) |
|
gets a wide character from a file stream (function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/io/c/getwchar