@ -16,12 +16,12 @@ typedef struct listville{
char departement[31];
int nbplace;
char responsable[31];
struct list* suivant;
struct listville* suivant;
}MaillonDept;
}MaillonDept, *Listdept;
typedef struct VilleIUT{
char Ville[31];
struct list* Idept;
Listdept ldept;
}Maillon;