This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
工具/软件:Code Composer Studio
您好!
只需对 #ifdef /#elseif /#else /#endif 有一个疑问
#ifdef DEF1
代码 A;
#elseif DEF2
代码 B;
其他
代码 C;
#endif
通常、如果 未定义 DEF1、Code A 将处于深色背景。 但是、在具有8000多个行代码、代码 A、代码 B 和代码 C 的*。c 中、没有人处于深色背景。 编译后、逻辑是正确的。
可能是什么问题。
太多了。
BR、Ordan
John、
非常感谢。
在发布帖子之前、我已要求客户检查文件行、并要求他们减少该行。
BR、Jordan