#define N 100

extern int	noLig	,
		noCol	,
		noErr	;

struct dicoEntry
{
	char nomVar[100];
	char type[20];
	int size;
};


struct dicoEntry dico[N];

int nbVar;

char lastType[10];


void memType(char param[]);
