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
988 B
18 lines
988 B
|
|
|
|
// .h Roxane
|
|
void fRecherche(int *tNoClient, int n, int noClient, int *coderet, int *rang);
|
|
void fAffichage1Client(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, char *tStatut, int n, int noClient );
|
|
int afficheTous(int *tNoClient, char *tNomClient, char *tPreClient, int *tAge, char *tStatut, int n, int noClient )
|
|
int affNbmEntree( int *tpasseoupas, int tlog)
|
|
void cptAct(int *bad, int *muscu, int *foot, int *squa, int * zumba, int chx)
|
|
void affNbParAct(int *tacti, int tlog)
|
|
void suppr1Client(int *tAd, char tnom[][15], char tpnom[][15], int *tage, int *tstate, int *tacti, int *tpasseoupas, int *tptsbought, int *tptsbonus, char *tcateg, int *n, int tmax)
|
|
|
|
//.h Lo
|
|
int Fillvar(int *tAd, char tnom[][15], char tpnom[][15], int *tage, int *tstate, int *tacti, int *tpasseoupas, int *tptsbought, int *tptsbonus, char *tcateg, int tmax);
|
|
char Card(void);//check si le client a la carte
|
|
void Name( char *nom, char *prenom);
|
|
void scanNandP(char *nom, char *prenom);
|
|
|