0
点赞
收藏
分享

微信扫一扫

c模拟boolean

残北 2023-02-14 阅读 48


#define true 1
#define false 0

typedef int Bool;

Bool a = true;


举报

相关推荐

0 条评论