|
|
@ -50,6 +50,8 @@ Candidat lireCa(FILE *fe);//Lire une structure candidat a partir d'un fichier
|
|
|
|
Choix lireC(FILE *fe);//fonction extraite de la partie 2
|
|
|
|
Choix lireC(FILE *fe);//fonction extraite de la partie 2
|
|
|
|
Filecand enfC(Filecand fC, Candidat c);
|
|
|
|
Filecand enfC(Filecand fC, Candidat c);
|
|
|
|
Filechx enf(Filechx fchx, Choix c);
|
|
|
|
Filechx enf(Filechx fchx, Choix c);
|
|
|
|
|
|
|
|
Choix def(Filechx fc);
|
|
|
|
|
|
|
|
Candidat defC(Filecand fC);
|
|
|
|
|
|
|
|
|
|
|
|
void test (void);
|
|
|
|
void test (void);
|
|
|
|
|
|
|
|
|
|
|
|