You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "Msae.h"
|
|
|
|
int main(void)
|
|
{
|
|
int tLog;
|
|
VilleIUT *tiut[50];
|
|
tLog=chargement(tiut,50);
|
|
afficherTIUT(tiut,tLog);
|
|
miseAJourGlobale(tiut,tLog);
|
|
return 0;
|
|
}
|