afficherVille terminé 16/12 14h02

master
Sami GHEBRID 2 years ago
parent afbeb3a4a8
commit 77f4a61734

@ -55,3 +55,10 @@ int rechercheIUT(VilleIUT *tiut[], int tLog, char ville[], int *trouve){
}
}
void afficherVille(VilleIUT v){
printf("%s",v.nom);
}

@ -10,7 +10,7 @@ typedef struct maillonDept
char dept[31];
int nbP;
char respAd[31];
struct mailllonDept *suiv;
struct maillonDept *suiv;
}MaillonDept,*ListeDept;

Loading…
Cancel
Save