|
|
@ -414,7 +414,7 @@ void menuPrincipal(/* TODO: prise en compte des status actuels du recrutement */
|
|
|
|
|
|
|
|
|
|
|
|
// PARTIE 2
|
|
|
|
// PARTIE 2
|
|
|
|
int nbCandidats = 0;
|
|
|
|
int nbCandidats = 0;
|
|
|
|
ListeCandidats liste = lireCandidats(&nbCandidats);
|
|
|
|
ListeCandidats liste = readCandidats(&nbCandidats);
|
|
|
|
|
|
|
|
|
|
|
|
titreMenuPrincipal();
|
|
|
|
titreMenuPrincipal();
|
|
|
|
printf("--------------------------------------------\n");
|
|
|
|
printf("--------------------------------------------\n");
|
|
|
|