|
|
|
@ -183,7 +183,7 @@ void Candidater(VilleIUT* tiut[],int tlogi, candidat* tcandidat[], int nbcandida
|
|
|
|
|
int i, numcandid;
|
|
|
|
|
printf("Veuillez entrez le numéro du candidat qui vous a été attribué : ");
|
|
|
|
|
scanf("%d",&numcandid);
|
|
|
|
|
for (i=0; i<nbcandidat &&*tcandidat[i]->numcandid!=numcandid;++i);
|
|
|
|
|
for (i=0; i<nbcandidat && tcandidat[i]->numcandid!=numcandid;++i);
|
|
|
|
|
voeu* voeu_ajout=(voeu*) malloc (sizeof(voeu));
|
|
|
|
|
if(voeu_ajout==NULL){
|
|
|
|
|
perror("malloc");
|
|
|
|
|