From 23838aa1dc76bd8065572d1c292f7f43aff91cfa Mon Sep 17 00:00:00 2001 From: Lola CHALMIN Date: Wed, 11 Jan 2023 09:02:11 +0100 Subject: [PATCH] le .h --- part4.h | 2 ++ 1 file changed, 2 insertions(+) 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);