diff --git a/Mtest.c b/Mtest.c deleted file mode 100644 index 8fe3552..0000000 --- a/Mtest.c +++ /dev/null @@ -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; -}