/* \file: sae.h \author: Nolan Devouassoux, Renaud Beuret \date: 25 oct */ /* \brief: gestion adhèrent */ int creeadherent(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax); /* \brief: affiche les adèrent */ void affichageA(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int n); /* \brief: fonction qui recher le client */ int recherche(int*tNC,int n, int val, int*trouve); /* \brief: ajoute un adèrent */ int insertpers(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax); /* \brief: globale */ void globale();