Roxane ROSSETTO 2 years ago
commit bda56f667e

@ -273,7 +273,7 @@ Filecand ChargementfileC(Filecand fC, int *nbC)//chargement du fichier dans cett
return fC; return fC;
} }
int chargement (Candidat tCandAcc[], int tmax, FILE *fe){// chargement des files cand et chx int chargement (Candidat *tCandAcc[], int tmax, FILE *fe){// chargement des files cand et chx
int i, nbCand; int i, nbCand;
Candidat c; Candidat c;
Choix chx; Choix chx;

@ -52,7 +52,8 @@ 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, FILE *fe);// 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
void test (void); void test (void);

Loading…
Cancel
Save