Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于代码:
int i;
gcc 预处理器输出:
如何强制它保留空白?
我用: gcc -E somefile.c 命令调用预处理器。
在传统模式下使用它,即此处所述的“-traditional-cpp” 。