Modification prototype ajouterVille

master
Alix JEUDI--LEMOINE 2 years ago
parent 5d04149421
commit fc619773b0

@ -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);

Loading…
Cancel
Save