diff --git a/part4.h b/part4.h index 00aa8bd..ee09b17 100644 --- a/part4.h +++ b/part4.h @@ -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 Filecand enfC(Filecand fC, Candidat c); Filechx enf(Filechx fchx, Choix c); +Choix def(Filechx fc); +Candidat defC(Filecand fC); void test (void);