C 语言变量需要先定义后使用,那宏定义呢?
问题 下述头文件中的代码,是否可编译通过: #define PCBA_SELECT PCBA_48PIN #define PCBA_32PIN 1 #define PCBA_48PIN 2 #define PCBA_64PIN 3 我们都知...
问题 下述头文件中的代码,是否可编译通过: #define PCBA_SELECT PCBA_48PIN #define PCBA_32PIN 1 #define PCBA_48PIN 2 #define PCBA_64PIN 3 我们都知...