修改assert()

This commit is contained in:
huihut 2018-03-24 19:00:15 +08:00
parent 6d0ac46907
commit fb47f60a0d

View File

@ -142,7 +142,7 @@ inline int functionName(int first, int secend,...) {/****/};
### assert()
断言是宏而非函数。assert宏的原型定义在`<assert.h>`中,其作用是如果它的条件返回错误,则终止程序执行。
断言是宏而非函数。assert宏的原型定义在`<assert.h>`C`<cassert>`C++中,其作用是如果它的条件返回错误,则终止程序执行。