From 19f407c1b202d2cf48a0ae14eeeb550d4772073e Mon Sep 17 00:00:00 2001 From: "kyllian.chabanon" Date: Thu, 10 Nov 2022 01:24:34 +0100 Subject: [PATCH] Ajout de fonctions --- SAE.c | 2 +- SAE.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/SAE.c b/SAE.c index e73dd81..9b670d8 100644 --- a/SAE.c +++ b/SAE.c @@ -738,4 +738,4 @@ int FrequenceCentre() { } -*/ +*/ \ No newline at end of file diff --git a/SAE.h b/SAE.h index b8e80a6..edaf05b 100644 --- a/SAE.h +++ b/SAE.h @@ -29,7 +29,6 @@ void testSauvegarde(void); int rechercheAdherant (int tNoCarte[], int nbelem); int AjoutAdherent(int tNoCarte[], int tage[], int tPointsCarte[], int tCarteActive[], int tmax, int nbelem); void ModificationAge(int tNoCarte[], int tage[], int nbelem); -void modificationEtat(int tNumCarte[], int tEtat[], int tailleLog) /* Fonstions de gestion des points */ void ajouterPoints(int tNumCarte[], int tPoints[], int tailleLog);