From 8ab56ec56b3b10e68b13cf44aa7f2821de2237ff Mon Sep 17 00:00:00 2001 From: Malak ATOUIL Date: Fri, 16 Dec 2022 15:17:49 +0100 Subject: [PATCH] Supprimer 'Asae.h' --- Asae.h | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 Asae.h diff --git a/Asae.h b/Asae.h deleted file mode 100644 index 1ecc169..0000000 --- a/Asae.h +++ /dev/null @@ -1,46 +0,0 @@ -#include -#include -#include -#include -typedef struct -{ - char dept[31]; - int nbP; - char respAd[31]; -}Departement; -typedef struct maillonDept -{ - Departement d; - struct mailllonDept *suiv; - -}MaillonDept,*ListeDept; - -typedef struct -{ - char nom[31]; - ListeDept lDept; - -}VilleIUT; - -int chargement(VilleIUT *tiut[],int *tMax); -MaillonDept lireDep(FILE *flot); -void afficherDep(MaillonDept m); -void afficherVille(VilleIUT v); -void afficherTIUT(VilleIUT *tiut[], int tLog); -int rechercheIUT(VilleIUT *tiut[], int tLog, char ville[], int *trouve); -int insererDept(VilleIUT v, MaillonDept m); -MaillonDept* rechercheDept(ListeDept lDept, int *trouve, char nom[ ] ); -VilleIUT** reallocation(VilleIUT *tiut[], int *tMax); -void globale(void); -void clearpage(void); -int login(void); -void afficherPlace(MaillonDept m); -void menuAdmin(VilleIUT *tiut[], int *tLog, int tMax); -void menuCandidat(VilleIUT *tiut[], int *tLog, int tMax); -VilleIUT** insererVille(VilleIUT *tiut[], int *tLog, int *tMax, char *nomV); - - - - - -