Programme a nouveau fonctionnel

master
DahmaneYanis 2 years ago
parent 44a8a5eb43
commit 7b896df663

@ -596,7 +596,7 @@ void afficheNbPlacesDep(VilleIut *tVilleIut[], int nbVilles, char nomDept[])
}
}
int existeVille( VilleIut * tIut[], char ville[], int nbvilles )
/*int existeVille( VilleIut * tIut[], char ville[], int nbvilles )
{
int i = 0;
@ -606,7 +606,7 @@ int existeVille( VilleIut * tIut[], char ville[], int nbvilles )
if ( strcmp( tIut[i] -> nom, ville ) == 0 ) return i; // ville trouvée...
}
return -1;
}
}*/
/**
* Affiche et gère le menu administrateur.

Loading…
Cancel
Save