Etudes/Deuxieme annee/fileMessageP3/zone.h

10 lines
132 B
C
Raw Normal View History

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