@ -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 // //
{ // //