From 7b54ee8c183c8a24d2c8f45907f96defece5bd4c Mon Sep 17 00:00:00 2001 From: d3friski Date: Fri, 6 Jan 2023 15:37:17 +0100 Subject: [PATCH] update sae.h --- header/sae.h | 1 + 1 file changed, 1 insertion(+) diff --git a/header/sae.h b/header/sae.h index bb9f860..af94b29 100644 --- a/header/sae.h +++ b/header/sae.h @@ -127,4 +127,5 @@ void afficherListe(ListeDept ldept); int chargIutDon(VilleIut *tVilleIut[], int nbMax, char nomFich[]); void lireDep(FILE *flot, char nomDept[], int *nbP, char resp[]); int appartientIut(VilleIut *tVilleIut[], int nb, char nom[], int *trouve); +void sauvegarderFichierIutDon(VilleIut *tVilleIut[], int nbVille, char nomFich[]);