Conflit réglé

master
DahmaneYanis 2 years ago
commit d6e3631f16

@ -11,20 +11,5 @@ int main(void)
//guillaume();
//testCharge();
Globale();
//testJean();
return 0;
//system("color 01");
/*
ListeDept ldept;
VilleIut iut;
//TESTS des fonctions de manipulation des structures VilleIut et ListeDept
iut.ldept = listenouv();
strcpy(iut.nom, "Clermont Ferrand");
iut.ldept = ajouterDept(iut.ldept, "Chimie", "Henri Laserre", 80);
iut.ldept = ajouterDept(iut.ldept, "Chimie", "Henri Laserre", 80);
afficherListe(iut.ldept);
*/
}

Loading…
Cancel
Save