From 0f0ff51a70d4483715686ae13d7cb4734212c11c Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Thu, 5 Jan 2023 08:49:06 +0100 Subject: [PATCH] Ajout du nouveau fichier .h, avec d'autres fonctions --- iut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iut.h b/iut.h index feb1eeb..47ca5e1 100644 --- a/iut.h +++ b/iut.h @@ -34,7 +34,7 @@ typedef enum {faux,vrai}Booleen; //Liste: VilleIUT Initialisation(void); - VilleIUT Enfiler(VilleIUT V, char *departement, int nbP,char *resp); + ListeD Enfiler(ListeD D, char *departement, int nbP,char *resp); Booleen testVide(VilleIUT V); void afficher (VilleIUT V); VilleIUT defiler(VilleIUT V);