diff --git a/src/structures.h b/src/structures.h index 2290052..bc90d3b 100644 --- a/src/structures.h +++ b/src/structures.h @@ -27,7 +27,7 @@ typedef Candidature** ListeCandidatures; typedef struct { int id; char nom[LEN_MAX], prenom[LEN_MAX]; - float moyenneMath, moyenneFrancais, moyenneAnglais, moyenneSpecialite; + float moyenneMath, moyenneFrancais, moyenneAnglais, moyenneSpecialite, noteGlobale; int nbCandidatures; ListeCandidatures listeCandidatures; } Candidat;