摘要: 断言 assert() #include <assert.h> void assert(scalar expression); 无返回值 相当于一个条件判断函数 看一个例子 #include <stdlib.h> #include <stdio.h> #include <assert.h> int 阅读全文
posted @ 2020-08-25 14:54 祁峰_1024 阅读(113) 评论(0) 推荐(0) 编辑