基本类型:

char: 字符类型
int: 整数类型
float: 单精度浮点数类型
double: 双精度浮点数类型
void: 无类型

修饰符:

short: 短整数类型
long: 长整数类型
signed: 有符号类型
unsigned: 无符号类型

复合类型:

struct: 结构体类型
union: 共用体类型
enum: 枚举类型

类型定义:

typedef: 定义新的类型名