#ifndef ZONE_H_INCLUDED #define ZONE_H_INCLUDED typedef struct donnees{ long type; char texte; }zone; #endif // ZONE_H_INCLUDED