From 11303389b03793ba11cb49653980123b07393028 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Thu, 29 Dec 2022 11:53:01 +0100 Subject: [PATCH] =?UTF-8?q?Ajustement=20des=20d=C3=A9finitions=20de=20stru?= =?UTF-8?q?ctures.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/annexe/saeAnnexe.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/annexe/saeAnnexe.h b/src/annexe/saeAnnexe.h index c5a7f18..26b7369 100644 --- a/src/annexe/saeAnnexe.h +++ b/src/annexe/saeAnnexe.h @@ -1,5 +1,19 @@ //Définition des structures : --------------------------// // +typedef struct MaillonDep // +{ // + char departement[31]; // + int nbp; // + char resp[51]; // + struct MaillonDep* suivant; // +}MaillonDep; // + // +typedef struct // +{ // + char Ville[31]; // + MaillonDep* ldept; // +}VilleIUT; // + // //Piles : ------------------// // typedef struct pile // // { // //