摘要: #include <stdio.h> #include <stdbool.h> #include <stdarg.h> #define MLA_ASSERT(expr) (int)((!!(expr)) && (printf("assert fail: \"%s\" @ %s, %u", #expr 阅读全文
posted @ 2023-04-24 16:23 壹点灵异 阅读(90) 评论(0) 推荐(0)