错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Header and Source Files

  • Slobodan Dmitrović

摘要

Our C source code can be divided into multiple files called header files and source files. These files are plain text files containing C source code. By convention, the header files have the .h extension, and source files have the .c extension. Other extensions are also possible.