From 9edd75164a98d67c6341170b0f603fa85f84d830 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Fri, 23 Dec 2022 02:11:49 +0100 Subject: [PATCH] =?UTF-8?q?Appel=20de=20la=20fonction=20test=20+=20d=C3=A9?= =?UTF-8?q?sactivation=20du=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index e954cfc..b380ce8 100644 --- a/src/main.c +++ b/src/main.c @@ -8,11 +8,9 @@ */ #include "I/un.c" - int main(void) { - VilleIUT *tiut[]; - titreMenuPrincipal(); - menuPrincipal(); - chargementDonnees (VilleIUT *tiut[]); + /*titreMenuPrincipal(); + menuPrincipal();*/ + test(); return 0; } \ No newline at end of file