stdbool.h
// 类似于
#define bool _Bool
#define true 1
#define false 0
https://pubs.opengroup.org/onlinepubs/000095399/basedefs/stdbool.h.html
// 类似于
#define bool _Bool
#define true 1
#define false 0
https://pubs.opengroup.org/onlinepubs/000095399/basedefs/stdbool.h.html