2009-06-03 12:12:12 +02:00

9 lines
103 B
C

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