头像

青青虫的微博

帅气的我简直无法用语言描述!

C assert的使用

assert的使用 assert是C/C++中常用的校验函数,当校验不同过就会直接退出程序 函数原型 #include <assert.h> void assert(scalar expr...
头像1个月前
000