stdbool.h

布尔

// 类似于
#define bool _Bool
#define true 1
#define false 0

https://pubs.opengroup.org/onlinepubs/000095399/basedefs/stdbool.h.html

最后更新于

这有帮助吗?