Ajustement des définitions de structures.

master
Yann CHAMPEAU 3 years ago
parent 11303389b0
commit 025f4abbab

@ -1,18 +1,16 @@
//Structure //Structure
typedef struct MaillonDep typedef struct MaillonDep {
{
char departement[31]; char departement[31];
int nbp; int nbp;
char resp[51]; char resp[51];
struct MaillonDep* suivant; struct MaillonDep* suivant;
}MaillonDep; } MaillonDep;
typedef struct typedef struct {
{
char Ville[31]; char Ville[31];
MaillonDep* ldept; MaillonDep* ldept;
}VilleIUT; } VilleIUT;
//Consultant //Consultant

Loading…
Cancel
Save