#include #include #include #include typedef struct { char ville[30]; MaillonDept *idDept; }VilleIUT; typedef struct maillon { char departement[30]; int nbPers; char responsable[30]; maillon *suiv; }MaillonDept;