摘要: #include <stdio.h> #define __DEBUG__ #ifdef __DEBUG__ #define DEBUG(format, ...) printf("文件:"__FILE__ "\n行号:%d\n输出:"format"\n", __LINE__, ##__VA_ARGS_ 阅读全文
posted @ 2020-06-16 18:33 double64 阅读(71) 评论(0) 推荐(0)