|
|
@ -23,6 +23,7 @@ typedef struct {
|
|
|
|
ListeDept ldept;
|
|
|
|
ListeDept ldept;
|
|
|
|
} VilleIUT;
|
|
|
|
} VilleIUT;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void identificationCandidat(int* id, ListeCandidats* listePointer, int* nbCandidats);
|
|
|
|
|
|
|
|
|
|
|
|
void titreMenuPrincipal(void);
|
|
|
|
void titreMenuPrincipal(void);
|
|
|
|
void menuCandidat(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|
void menuCandidat(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|