diff --git a/src/partie2/saeP2.h b/src/partie2/saeP2.h index 8b13789..19276cc 100644 --- a/src/partie2/saeP2.h +++ b/src/partie2/saeP2.h @@ -1 +1,18 @@ +typedef struct +{ + char ville[31]; + char dep[31]; + int ddep; + int vcand; +}voeu; +typedef struct +{ + int numcandid; + char surname[31]; + char name[31]; + int note[4] + voeu ListeVoeu[100]; +}candidat; + +candidat* LoadCandid(void); \ No newline at end of file