|
|
|
@ -2,3 +2,15 @@
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
#include <errno.h>
|
|
|
|
|
#include "saeAnnexe.h"
|
|
|
|
|
|
|
|
|
|
void menu(void){
|
|
|
|
|
printf("#--------------------------------------------------------------------#\n");
|
|
|
|
|
printf("| |\n");
|
|
|
|
|
printf("| Menu de la SAE S1.02 |\n");
|
|
|
|
|
printf("| |\n");
|
|
|
|
|
printf("#--------------------------------------------------------------------#\n\n");
|
|
|
|
|
printf("Choisissez votre session :\n\n");
|
|
|
|
|
printf("C : Consultation.\n");
|
|
|
|
|
printf("A : Administrateur.\n\n");
|
|
|
|
|
printf("#--------------------------------------------------------------------#\n");
|
|
|
|
|
}
|