数据类型
-
char
-
short
-
int
-
long
-
signed
-
unsigned
-
float
-
double
-
enum
-
auto
-
void
控制语句
if else
for
do while
switch case default
break continue
goto
return
修饰词
const
extern
结构
struct
union
其他
sizeof
其他2
inline
register
restrict
static
typedef
volatile