From 4211ebe6f96ebeb84c5f47abb2b5c4c04a6ec610 Mon Sep 17 00:00:00 2001 From: Lola CHALMIN Date: Tue, 13 Dec 2022 15:24:19 +0100 Subject: [PATCH] commentaires --- commun.c | 17 ----------------- commun.h | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/commun.c b/commun.c index 79ffd17..e6d90a1 100644 --- a/commun.c +++ b/commun.c @@ -4,22 +4,5 @@ #include "commun.h" -typedef struct { - int nEtu; - char nom[20]; - char prenom[20]; - float moymat; - float moyfr; - float moyen; - float moyspe; - int nbchx; -}Candidat; - -typedef struct { - char ville[20]; - char dptmt[20]; - int dec; - int valid; -}Choix; diff --git a/commun.h b/commun.h index 29ed2c2..d41cbd2 100644 --- a/commun.h +++ b/commun.h @@ -8,5 +8,23 @@ Brief : */ +typedef struct { + int nEtu; + char nom[20]; + char prenom[20]; + float moymat; + float moyfr; + float moyen; + float moyspe; + int nbchx; +}Candidat; + +typedef struct { + char ville[20]; + char dptmt[20]; + int dec; + int valid; +}Choix; +