Sintassi
typedef struct {
INT iLength;
INT iSize;
EH_LST_I * psFirst;
EH_LST_I * psLast;
EH_LST_I * psCurrent; // Per i loop
} EH_LST_S;
typedef EH_LST_S * EH_LST;
EH_LST è un puntatore alal struttura EH_LST_S che viene allocata in con la funzione
lstCreate.
Il valore
iLength contiene il numero di elementi presenti nella lista.