声明定义R-1-1-2强制
禁止宏定义到关键字
宏定义为关键字
test.c
1#define CHAR char禁止宏定义到关键字 [gjb8114-r-1-1-2]
宏定义包含关键字
test.c
1#define CString const char*
1#define CHAR char禁止宏定义到关键字 [gjb8114-r-1-1-2]
1#define CString const char*