#include #include #include #include "structures.h" /* Fichier */ int chargementVillesIUT(VilleIUT *tiut[]); void affichage(VilleIUT *tiut[], int nb); int recherche(VilleIUT *tiut[], int nb, char val[]);