/* filesummary.CH: 提供布尔值定义 filesummary.EN: Provide boolean definition CH: 表示32位布尔值(int) EN: 32 Bit Boolean (int) */ typedef builtin bool; /* CH: 表示8位布尔值 (char) EN: 8 Bit Boolean (char) */ typedef builtin _Bool;