My Project
Loading...
Searching...
No Matches
interface_client.h
Go to the documentation of this file.
1
6#include <stdio.h>
7
11void affiche_client();
12
18void menu_client(int *choix);
19
27void global_client();
void menu_client(int *choix)
Laisse l'utilisateur choisir une option du menu.
Definition interface_client.c:38
void affiche_client()
Affiche le menu principal de l'interface client.
Definition interface_client.c:16
void global_client()
Fonction principale de l'interface client.
Definition interface_client.c:54