diff --git a/Ssae.c b/Ssae.c index 03c168b..902d97a 100644 --- a/Ssae.c +++ b/Ssae.c @@ -55,3 +55,10 @@ int rechercheIUT(VilleIUT *tiut[], int tLog, char ville[], int *trouve){ } } + +void afficherVille(VilleIUT v){ + printf("%s",v.nom); +} + + + diff --git a/Ssae.h b/Ssae.h index 883434d..dce6a34 100644 --- a/Ssae.h +++ b/Ssae.h @@ -10,7 +10,7 @@ typedef struct maillonDept char dept[31]; int nbP; char respAd[31]; - struct mailllonDept *suiv; + struct maillonDept *suiv; }MaillonDept,*ListeDept;