EH_LST

4.3.4/1

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.
Easyhand C/C++: EH_LST | Last modified: 26/02/2013 08.12.58 Europe/Rome | #1.2133
P.. 166
Easyhand C/C++
Una mano alle tue idee.
Privacy Policy