Defined in header <wchar.h> | ||
---|---|---|
wint_t getwchar(void); | (since C95) |
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) |
|
(C95) | gets a wide character from a file stream (function) |
C++ documentation for getwchar |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/c/io/getwchar