From ad199f06d242369621ea8b1a5b183262348339ea Mon Sep 17 00:00:00 2001 From: Lola CHALMIN Date: Fri, 13 Jan 2023 14:57:08 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'part4.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- part4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part4.h b/part4.h index cab8351..29d8cc0 100644 --- a/part4.h +++ b/part4.h @@ -52,7 +52,7 @@ Filecand enfC(Filecand fC, Candidat c); Filechx enf(Filechx fchx, Choix c); Choix def(Filechx 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 void test (void);