2009-06-08 11:00:27 +02:00

9 lines
95 B
C

#ifndef _DATA
typedef unsigned char byte;
typedef unsigned short word;
#define _DATA
#endif