|
|
|
@ -27,8 +27,8 @@ void identificationCandidat(int* id, ListeCandidats* listePointer, int* nbCandid
|
|
|
|
|
|
|
|
|
|
void titreMenuPrincipal(void);
|
|
|
|
|
void menuCandidat(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|
|
void menuAdmin(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|
|
void menuResponsable(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|
|
void menuAdmin(VilleIUT*** tiutPointer, ListeCandidats* listePointer, int* nbVilles, int* nbCandidats);
|
|
|
|
|
void menuPrincipal(void);
|
|
|
|
|
|
|
|
|
|
VilleIUT* creerVille(void);
|
|
|
|
@ -48,4 +48,7 @@ void modifierNomResponsable(VilleIUT** tiut, int nbVilles, char* searchIUT, char
|
|
|
|
|
void saveVilles(VilleIUT* tiut[], int nbVilles);
|
|
|
|
|
VilleIUT** readVilles(int* nbVilles);
|
|
|
|
|
|
|
|
|
|
int readStatus(void);
|
|
|
|
|
void saveStatus(int status);
|
|
|
|
|
|
|
|
|
|
void test(void);
|