一个文件commom.h #include #include #include #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 第二个文件seqlist.h #define ElemType int #defineMAXSIZE 100 /*此处的宏定义常量表示线性表可能达到的最大长度*/ typedef struct