Supprimer 'SAE2.h'

master
Erwan MENAGER 2 years ago
parent cb0016bf81
commit e5657ac4de

@ -1,35 +0,0 @@
/**
*@file : SAE2.h
*@author : Erwan.M
*@date : 11/12/22
* sujet : SAE 1.02
*@brief : Résumé : Fichier .h regroupant les fonctions utilisées dans SAE2.c
*/
typedef struct{
char ville[30];
int suiv; // Modifier par type MaillonDept*
}ldept;
typedef struct{
int maillon; // Modifier par type MaillonDept
}ListeDept;
typedef struct{
char ville[30];
ListeDept ldept;
}VilleIUT;
void menuPrincipal(void);
void sousMenuAdministrateur(void);
Loading…
Cancel
Save