From edff24b7dc149a06522db6248ac41a7c23354fb6 Mon Sep 17 00:00:00 2001 From: "jade.van_brabandt" Date: Thu, 15 Dec 2022 09:54:13 +0100 Subject: [PATCH] MAJ : saeP1.h --- src/partie1/saeP1.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/partie1/saeP1.h b/src/partie1/saeP1.h index 8b13789..dd8900e 100644 --- a/src/partie1/saeP1.h +++ b/src/partie1/saeP1.h @@ -1 +1,13 @@ +typedef struct MaillonDep +{ + char departement[31]; + int nbp; + char resp[51] + struct MaillonDep* suivant; +}MaillonDep; +typedef struct +{ + char Ville[31]; + MaillonDep* ldept; +}VilleIUT;