Ajout de différentes fonctions, et modifications dans adminIut.c

master
Benjamin BACHELARD 2 years ago
parent b7e84da52d
commit bbea22b4d2

@ -90,8 +90,10 @@ ListeD ModifinbP(ListeD ld, char departement[30], int MnbP, int n){
printf("departement non existant");
exit(1);
}
else
else{
ld[i].nbP=MnbP;
}
return ld;
}

Loading…
Cancel
Save