会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
castor_xu
博客园
首页
新随笔
联系
订阅
管理
2020年8月28日
assert
摘要: C 语言中assert.h头文件唯一的目的就是提供了assert宏的定义,这个被称为断言,断言的效果是,如果断言的内容为真,断言就没有任何意义,如果断言为假,程序将执行异常终止。 测试代码: #include <stdio.h> #include <assert.h> int main(int ar
阅读全文
posted @ 2020-08-28 23:32 castor_xu
阅读(209)
评论(0)
推荐(0)
编辑
公告