9 lines
95 B
C
9 lines
95 B
C
|
|
#ifndef _DATA
|
|
|
|
typedef unsigned char byte;
|
|
typedef unsigned short word;
|
|
|
|
#define _DATA
|
|
#endif
|