Etudes/BTS/C/Deuxieme annee/fileMessageP2/zone.h

10 lines
132 B
C
Raw Permalink Normal View History

2016-10-14 15:11:52 +00:00
#ifndef ZONE_H_INCLUDED
#define ZONE_H_INCLUDED
typedef struct donnees{
long type;
char texte;
}zone;
#endif // ZONE_H_INCLUDED