diff --git a/source/main.c b/source/main.c index 44200a6..8fa72db 100644 --- a/source/main.c +++ b/source/main.c @@ -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); - */ }