You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
465 B

/*
\file : SAE.h
\author : Liam Monchanin
Gerer les adhérants d'un complexe sportif ainsi que leurs activités
*/
/*
\brief:Gerer les adhérants d'un complexe sportif ainsi que leurs activités
*/
int chargementClients(int *t1, int *t2,int tmax);
int rechercheAdherent(int *t1, int *t2,int val,int LENlo,int *trouve);
void choixAdmin(void);
void Admin(void);
void Adherent(void);
int ChoixActivite(int *t1, int *t2);
void DonneesAdherent(int *t1, int *t2);