Compare commits

..

2 Commits

Author SHA1 Message Date
Yann CHAMPEAU f4e6094d7e Old
3 years ago
Yann CHAMPEAU 83d4719606 Non
3 years ago

Binary file not shown.

@ -174,6 +174,7 @@ void Candidater(VilleIUT* tiut[],int tlogi, candidat* tcandidat[], int nbcandida
char DepRech[31];
printf("Veuillez entrez le département dans lequel vous souhaitez y postuler : ");
scanf("%s",DepRech);
printf("Check !\n");
if (existeDep(tiut[ind]->ldept, DepRech)==0) return;
else
{

Loading…
Cancel
Save