|
|
|
@ -48,7 +48,7 @@ typedef struct
|
|
|
|
|
* \param [in] tcandidat Tableau contenant les candidats.
|
|
|
|
|
* \param [in] nbcandidat taille logique du tableau et nombre de candidats.
|
|
|
|
|
*/
|
|
|
|
|
void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat* tcandidat[], int nbcandidat);
|
|
|
|
|
void menuUser(VilleIUT* lvIUT[],int tlogi, int CandidOpen, candidat* tcandidat[], int* nbcandidat);
|
|
|
|
|
/*
|
|
|
|
|
Menu pour les utilisateurs du système, les candidats.
|
|
|
|
|
Entrée :
|
|
|
|
|