finito pour ce soir

master
Lola CHALMIN 2 years ago
parent 36d18e7da8
commit 9b97b9c087

@ -118,7 +118,12 @@ ListDept MaJnbP(VilleIUT **tV, char *ville, char dpt, int newnbP)
ListDept recherche (ListDept l, char *nom )
{
if ( l == NULL ){ return l;}
if ( strcmp ( l->departement, nom ) == 0) return l;
return recherche (l->suiv, nom );
}

@ -26,3 +26,4 @@ int Chargement(VilleIUT **tV, int tmax, char *nameFile);
void AfficheDpmt ( MaillonDept *dpt );
void afficheIUT (VilleIUT *iut);
void Affichetableau(VilleIUT ** TabIUT, int n );
Liste recherche (Liste l, char *nom );

Loading…
Cancel
Save