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.
我需要查看每个文件中的所有包含,只是没有文件名的 -H 给了我标题名称,但我不明白什么文件包含它们,这就是想要的。
我也尝试了 -M 和 -MF,但在日志文件中我只有一个 .o 的信息
gcc -H somefile.c显示 包含的文件somefile.c,根据嵌套#include的 s 缩进。关于为什么每个文件都包含特定的标题,您必须询问程序员。
gcc -H somefile.c
somefile.c
#include