phase.c -menuAdmin -afficherMenuAdmin

master
loris OBRY 2 years ago
parent 78ae3d0fb9
commit 5313ded9eb

@ -5,29 +5,6 @@
int main(void)
{
// #ifdef _WIN32
// color
// #endif
<<<<<<< HEAD
=======
//guillaume();
>>>>>>> b092b29fcec9a95286488850700787d4cc787a2c
//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