Ajout des structures nécessaire à Load candidat et définission de cette fonction

master
Jade VAN BRABANDT 3 years ago
parent 141eb8a34e
commit 5a8b31a613

@ -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);
Loading…
Cancel
Save