diff --git a/saeN.c b/saeN.c index aa9496f..7aa76b7 100644 --- a/saeN.c +++ b/saeN.c @@ -3,7 +3,7 @@ #include "saeN.h" #define TAILLE 50 -int creeadherent(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax) +int chargementadherent(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int Tmax) //j'ai renommé la fonction car c'est le plus le chargement que la création { int NC,N,PR,A,CA,PO, i=0; FILE *fe; @@ -52,7 +52,7 @@ void affichageA(int *tNC,char *tN,char *tPR,int *tA,int *tCA,int *tPO, int n) printf("----------------------------------------------------------------------------\n"); } -int recherche(int*tNC,int n, int val, int* trouve) +/*int recherche(int*tNC,int n, int val, int* trouve) { int i; for(i=0;i