摘要:
cpplint 分析笔记 · [前提得看下google规范] @2022-1-13 20:44:48 error message formate: [filename] [linenum] [message] [category] [confidence] cpplint [option] 输出格式 阅读全文
摘要:
宏参数多对一:使用分号分隔多参数 宏部分替换:替换需要转换的再与后续宏接续 #include <stdio.h> #define _MESS_FAILED() printf("%s %d: ASSERT FAILED\r\n", __func__, __LINE__) #define TU_BREA 阅读全文