1. c语言 数据库 status在这是干什么用的 没有它不能初始化线性表嘛
typedef int Status;就是int 类型。代表标准函数返回。通常#define OK 1 #define ERROR 0Status 就对应 return OK 或者 return ERROR