|
|
|
@ -31,7 +31,7 @@ void menuResponsable(VilleIUT*** tiutPointer, int* nbVilles);
|
|
|
|
|
void menuPrincipal(void);
|
|
|
|
|
|
|
|
|
|
VilleIUT* creerVille(void);
|
|
|
|
|
VilleIUT** ajouterVille(VilleIUT** tiut, VilleIUT* ville, int* nbVilles);
|
|
|
|
|
void ajouterVille(VilleIUT*** tiutPointer, VilleIUT* ville, int* nbVilles);
|
|
|
|
|
int rechercherVille(VilleIUT** tiut, int nbVilles, char* searchIUT); // Retourne index de la ville
|
|
|
|
|
void afficherListeVilles(VilleIUT** tiut, int nbVilles);
|
|
|
|
|
|
|
|
|
|