@ -1,15 +0,0 @@
#include "Msae.h"
int main(void)
{
VilleIUT *tiut[100];
int tLog;
tLog = chargement(tiut,100);
if(tLog < 0)
printf("Le programme ne peut pas fonctionner\n");
exit(1);
}
afficheDeptDesIUT(tiut,tLog);
return 0;