diff --git a/src/partie1/saeP1.h b/src/partie1/saeP1.h index eb25961..faceabd 100644 --- a/src/partie1/saeP1.h +++ b/src/partie1/saeP1.h @@ -1,18 +1,16 @@ //Structure -typedef struct MaillonDep -{ +typedef struct MaillonDep { char departement[31]; int nbp; char resp[51]; struct MaillonDep* suivant; -}MaillonDep; +} MaillonDep; -typedef struct -{ +typedef struct { char Ville[31]; MaillonDep* ldept; -}VilleIUT; +} VilleIUT; //Consultant