完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
|
|
相关推荐
1个回答
|
|
stdbool.h 1、使用stdbool.h 头文件。 /* stdbool.h: ISO/IEC 9899:1999 (C99), section 7.16 */ /* Copyright (C) ARM Ltd., 2002 * All rights reserved * RCS $Revision$ * Checkin $Date$ * Revising $Author: drodgman $ */ #ifndef __bool_true_false_are_defined #define __bool_true_false_are_defined 1 #define __ARMCLIB_VERSION 5060037 #ifndef __cplusplus /* In C++, 'bool', 'true' and 'false' and keywords */ #define bool _Bool #define true 1 #define false 0 #else #ifdef __GNUC__ /* GNU C++ supports direct inclusion of stdbool.h to provide C99 compatibility by defining _Bool */ #define _Bool bool #endif #endif #endif /* __bool_true_false_are_defined */ 2、使用枚举方式。 typedef enum { false = 0, true=1 }bool; |
|
|
|
只有小组成员才能发言,加入小组>>
2513 浏览 0 评论
1083浏览 2评论
700浏览 1评论
452浏览 0评论
193浏览 0评论
329浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 04:48 , Processed in 1.037298 second(s), Total 49, Slave 40 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号