#include <stdio.h>#include ”seqlist.h”
int main(){Seqlist L;input(&L);print(&L);return 0;}
在函数外当前文件内 #include "文件名.h" 声明在函数内直接调用.h文件内的函数