头文件里一般写着函数的申明(header)而源文件里写着的是具体实现功能的代码(source)
header是头文件放一些申明的。当代码中需要的时候只需要include"header.h"引用就可以了。