Partly by convention and partly by design, C programs are split into source files that describe the functionality of the program itself and header files that describe how to invoke that functionality from other source files.
headers are in /usr/include;
binary files are in /lib
本文概述了C程序的组织方式,包括源文件和头文件的分工,以及它们在文件系统中的位置。解释了GCC如何查找头文件,并提供了创建和使用头文件的快速指南。
2128

被折叠的 条评论
为什么被折叠?



