#include #include #include //~~~~~~~~~~~~~~~~~~~~~~~~~~~STRUCTURE~~~~~~~~~~~~~~~~~~~~~~~~~~~ typedef struct devis{ }Devis; typedef struct maillontdevis{ }MaillonDevis; typedef struct ldevis{ }ListeDevis; typedef struct offre{ char travaux[20]; }Offre; typedef struct{ int oeil.gauche; int oeil.droit; int bouche; }Pascal; //~~~~~~~~~~~~~~~~~~~~~~~~~~~FONCTION~~~~~~~~~~~~~~~~~~~~~~~~~~~~