#include #include /* Fonctions Ouverture des fichiers textes */ int OuvertureMembres(int tNoCarte[], int tage[], int tPointsCarte[], int tCarteActive[], int tmax); int OuvertureActivitesJour(int tNbActivitesJour[], int tDate[], int tmax); void testOuverture(); /* Fonctions des menus */ void choixMenu(); void choixMenuAffichage(); /* Fonctions d'affichage */ void Affichage1Adherent(); void AffichageTousAdherents(); void AffichageNbEntreesJour(); void AffichageNbEntreesTousJours(); void AffichageNbAdherents(); /* Fonction global */ void gestionMenus(void); /* Fonction Sauvegarde */ int Sauvegarde(int tNoCarte[], int tage[], int tPointsCarte[], int tCarteActive[], inttNbActivitesJour[], int tDate[], int nbelem); /* Fonctions de gestion des adherents */ /* Fonstions de gestion des points */ void ajouterPoints(int tNumCarte[], int tPoints[], int tailleLog); int recherche(int tab[], int tailleLog, int valeur, int *trouve); int modifierPoints(int tNumCarte[], int tPoints[], int tailleLog, int numCarte, int points); void modifierAge(int tNumCarte[], int tAge[], int tailleLog);