#include #include #include #include "structures.h" #include "menus.h" /* Fichier */ int chargementVillesIUT(VilleIUT *tiut[]); int rechercheVille(VilleIUT *tiut[], int nb, char val[], bool *trouve); /* Utilisateur */ void affichageVillesIUT(VilleIUT *tiut[], int nb); void affichageDeptIUT(VilleIUT *tiut[], int nb); /* Administrateur */ void modificationNbPDept(VilleIUT *tiut[], int nb); void creationDept(VilleIUT *tiut[], int nb); int suppressionDept(VilleIUT *tiut[], int nb); void modificationRespDept(VilleIUT *tiut[], int nb);