摘要:
1 char assert_buf[512]; 2 int assert_buf_len; 3 4 #ifdef XXX_DEBUG 5 #define assert(expr, ...) \ 6 do{ \ 7 if ((!(expr))) \ 8 {\ 9 char *str = __FILE__; \ 10 int ... 阅读全文
posted @ 2016-08-08 18:34
uTank
阅读(579)
评论(0)
推荐(0)
浙公网安备 33010602011771号