getwchar
来自cppreference.com
在标头 <wchar.h> 定义
|
||
wint_t getwchar(void); |
(C95 起) | |
从 stdin 读取下一个宽字符。
参数
(无)
返回值
获得的宽字符,或若错误发生或抵达文件尾则为 WEOF 。