From 692d5ff25faa6c52f95878c45c6ef10b240900fe Mon Sep 17 00:00:00 2001 From: Lola CHALMIN Date: Fri, 13 Jan 2023 14:37:23 +0100 Subject: [PATCH] 4.h --- part4.h | 1 + 1 file changed, 1 insertion(+) diff --git a/part4.h b/part4.h index 3999697..cab8351 100644 --- a/part4.h +++ b/part4.h @@ -53,6 +53,7 @@ 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 +Filecand ChargementfileC(Filecand fC, int *nbC);//chargement pour la file d'attente void test (void);