From 4c7f7b89be7ea3449274136341d6dab31422cc32 Mon Sep 17 00:00:00 2001 From: johnny Date: Thu, 5 Jan 2023 10:17:07 +0100 Subject: [PATCH] Maj mineure commun.c --- Commun.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Commun.c b/Commun.c index 54b7902..f19dfcd 100644 --- a/Commun.c +++ b/Commun.c @@ -332,6 +332,17 @@ void menuAdmin(VilleIUT *tiut[], int *tLog, int tMax) void menuCandidat(VilleIUT *tiut[], int *tLog, int tMax) { int select = 0; + system("clear"); + printf("_____________________________________________________\n"); + printf("| AFFICHAGE CANDIDAT |\n\n"); + printf("|---------------------------------------------------|"); + printf("| 1 Afficher les villes où il y a un IUT |\n"); + printf("| 2 Afficher tous les départements dans chaque IUT |\n"); + printf("| 3 Nombres de places en première année |\n"); + printf("| 4 Rechercher un département dans les IUT |\n"); + printf("| 9 Quitter |\n"); + printf("|---------------------------------------------------|"); + scanf("%d",&select); while(select != 9) { system("clear");