MODIF correction struct

master
Matheo THIERRY 2 years ago
parent caeeaa4313
commit c7f7d135b0

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

Loading…
Cancel
Save