From 706892c90eb9d285bad45eefec049959435f05a5 Mon Sep 17 00:00:00 2001 From: Johnny RATTON Date: Fri, 13 Jan 2023 23:50:57 +0100 Subject: [PATCH] Supprimer 'S2sae.h' --- S2sae.h | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 S2sae.h diff --git a/S2sae.h b/S2sae.h deleted file mode 100644 index 9447a3a..0000000 --- a/S2sae.h +++ /dev/null @@ -1,43 +0,0 @@ -#include -#include -#include -#include - -typedef struct -{ - char dept[31]; - int nbP; - char respAd[31]; -} Departement; - -typedef struct maillonDept -{ - Departement d; - struct maillonDept *suiv; - -} MaillonDept,*ListeDept; - -typedef struct -{ - char nom[31]; - ListeDept lDept; -} VilleIUT; - -typedef struct -{ - char ville[31]; - char dep[31]; - int decisionResp; - int decisionCand; -} Choix; - - -typedef struct -{ - int numeroC; - char nom[31]; - char prenom[31]; - float notes[4]; - int nombreChoix; - Choix **tchoix; -} Candidat; \ No newline at end of file