home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rsg_ray / standard.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-25  |  230 b   |  14 lines

  1. /*
  2.  
  3. STANDARD.H  Custom header file that provides commonly used equates
  4.  
  5. */
  6.  
  7. typedef    int BOOLEAN;
  8. #define    TRUE        1
  9. #define    FALSE        0
  10.  
  11. #define    byte        unsigned char
  12. #define    word        unsigned short
  13. #define    dword        unsigned long
  14.