|
|
@ -52,7 +52,7 @@ Filecand enfC(Filecand fC, Candidat c);
|
|
|
|
Filechx enf(Filechx fchx, Choix c);
|
|
|
|
Filechx enf(Filechx fchx, Choix c);
|
|
|
|
Choix def(Filechx fc);
|
|
|
|
Choix def(Filechx fc);
|
|
|
|
Candidat defC(Filecand fC);
|
|
|
|
Candidat defC(Filecand fC);
|
|
|
|
int chargement (Candidat tCandAcc[], int tmax, FILEfe);// chargement des files cand et chx
|
|
|
|
int chargement (Candidat *tCandAcc[], int tmax, FILE *fe);// chargement des files cand et chx
|
|
|
|
Filecand ChargementfileC(Filecand fC, int *nbC);//chargement pour la file d'attente
|
|
|
|
Filecand ChargementfileC(Filecand fC, int *nbC);//chargement pour la file d'attente
|
|
|
|
|
|
|
|
|
|
|
|
void test (void);
|
|
|
|
void test (void);
|
|
|
|