From 6f8018533aafc383c10f3719dfbda972ce555ce7 Mon Sep 17 00:00:00 2001 From: "matheo.thierry" Date: Thu, 12 Jan 2023 21:11:26 +0100 Subject: [PATCH] =?UTF-8?q?MODIF=20pas=20sauvegard=C3=A9=20avant=20de=20co?= =?UTF-8?q?mmit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sae1-02.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sae1-02.c b/sae1-02.c index c640432..d0bc3fc 100644 --- a/sae1-02.c +++ b/sae1-02.c @@ -805,6 +805,7 @@ void menuP1Utilisateur(listetuinfo etu, VilleIUT *tabVille[], int nb) { printf("| autre chiffre pour sortir |\n"); printf("| =>"); scanf("%d", &reponse); + //le menu de validation avec choix pour ce que l'on peux valider et apres -> validation et enregistrement if(reponse==1){menuValidation();} } break;