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