Maj mineure commun.c

master
Johnny RATTON 2 years ago
parent 9251671629
commit 4c7f7b89be

@ -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");

Loading…
Cancel
Save