c语言的布尔量

 1 #include <stdio.h>
 2 #include <stdbool.h>
 3 
 4 int main()
 5 {
 6     
 7     bool b = true;
 8     bool t = false;
 9 
10 
11     return 0;
12 }

 

posted @ 2019-06-14 15:49  jason2018  阅读(555)  评论(0编辑  收藏  举报