Programme fonctionnel

master
DahmaneYanis 2 years ago
parent 1621d86813
commit 3e7de95633

@ -506,7 +506,7 @@ int modifieRespDept(VilleIut *tVilleIut[], int nbVilles, char ville[], char nomD
return 0; return 0;
} }
void afficherDeptIutDonne(VilleIut **villeIut, int nbVille) /*void afficherDeptIutDonne(VilleIut **villeIut, int nbVille)
{ {
int res; int res;
char *nom; char *nom;
@ -521,7 +521,7 @@ void afficherDeptIutDonne(VilleIut **villeIut, int nbVille)
return ; return ;
} }
afficherListe(villeiut[res]->lDept); afficherListe(villeiut[res]->lDept);
} }*/
/** /**
* @brief Affiche les IUT possédant un département spécifique. * @brief Affiche les IUT possédant un département spécifique.

Loading…
Cancel
Save