没有本质区别。举例[mylib.h]void fun1(int a,int b);int fun2();[mylib.c]#include "mylib.h"void fun1(int a,int b) { .... }int fun2() { .... }