Compare commits

..

No commits in common. 'f4e6094d7e14081d25371a6deb6918f0d40bdd2c' and '8435d4c0b5f8dd7ab72918d3fecfd37c7ec23d0b' have entirely different histories.

Binary file not shown.

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

Loading…
Cancel
Save