Ajustement des définitions de structures.

master
Yann CHAMPEAU 3 years ago
parent 3abfc83b2d
commit 11303389b0

@ -1,5 +1,19 @@
//Définition des structures : --------------------------//
//
typedef struct MaillonDep //
{ //
char departement[31]; //
int nbp; //
char resp[51]; //
struct MaillonDep* suivant; //
}MaillonDep; //
//
typedef struct //
{ //
char Ville[31]; //
MaillonDep* ldept; //
}VilleIUT; //
//
//Piles : ------------------// //
typedef struct pile // //
{ // //

Loading…
Cancel
Save