在C语言中,可以通过包含其他文件的头文件来引用其函数。
#include
otherfile.h
#include "otherfile.h"
注意事项:
""
<>
gcc main.c otherfile.c -o program