Supprimer 'Mtest.c'

master
Johnny RATTON 2 years ago
parent a1dc852039
commit 880f09221c

@ -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;
}
Loading…
Cancel
Save