Fans mutuos más código fuente

void InitList(SqList *L){

l-& gt;elem =(tipo de elemento *)malloc(MAXSIZE * sizeof(tipo de elemento));

If (!l- >elem) salida(error);

l->length = 0;

l->listsize = MAXSIZE

}