data.h 95 B

12345678
  1. #ifndef _DATA
  2. typedef unsigned char byte;
  3. typedef unsigned short word;
  4. #define _DATA
  5. #endif