main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
<cwchar>
从给定的输入流读取下个宽字符。 getwc() 可实现为宏并且可能求值 stream 多于一次。
stream
来自流的下个宽字符,或若发生错误或抵达文件尾则为 WEOF 。若发生编码错误,则设置 errno 为 EILSEQ 。
EILSEQ