数据结构构造一个空的线性表L为什么是Status InitList_Sq(SqList & L)而不是Status InitList( & L)
Status InitList_Sq(SqList & L); //函数声明阶段Status InitList( & L); //函数调用了