#include "global.h" void GestionAdherent(int tabNoCarte[], int tabEtatCarte[], int tabPointCarte[], int *nbAdherents, int taillePhysique); int AffichageGestionAdherent(void); int AffichageGestionCompteAdherent(int cible); void GestionCompteAdherent(int tabNoCarte[], int tabEtatCarte[], int tabPointCarte[], int nbAdherents); int CibleAdherent(int tabNoCarte[], int nbAdherents); void AfficheBandeauGCA(void);