MODIF correction struct

master
Matheo THIERRY 2 years ago
parent caeeaa4313
commit c7f7d135b0

@ -16,12 +16,12 @@ typedef struct listville{
char departement[31];
int nbplace;
char responsable[31];
struct list* suivant;
}MaillonDept;
struct listville* suivant;
}MaillonDept, *Listdept;
typedef struct VilleIUT{
char Ville[31];
struct list* Idept;
Listdept ldept;
}Maillon;

Loading…
Cancel
Save