摘要: extern void Assert(char *file,uint32_t line); #define ASSERT(condition)\ do{\ if(!(condition))\ Assert(__FILE__,__LINE__);\ }while(0) void Assert(char 阅读全文
posted @ 2023-07-28 17:28 ccc_zdh 阅读(24) 评论(0) 推荐(0)