2.7.11
如果对list.c修改,那么只运行
cc -c list.c
如果对list.h做了修改,那么需要对包含list.h的c源文件进行重新编译
cc -c list.c table.c main.c
2.8