main
if
switch
for
while
do
continue
break
goto
return
sizeof
_Alignof
const
volatile
restrict
struct
union
_Alignas
typedef
_Static_assert
inline
_Noreturn
<cstdio>
从 stdin 读取下个字符。
等价于 std::getc(stdin) 。
(无)
成功时为获得的字符,失败时为 EOF 。
若文件尾条件导致失败,则另外设置 stdin 上的文件尾指示器(见 feof() )。若某个其他错误导致失败,则设置 stdin 上的错误指示器(见 ferror() )。