home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 5.ddi / PARSER.ZIP / USUAL.HPP < prev   
Encoding:
C/C++ Source or Header  |  1989-04-21  |  70 b   |  4 lines

  1. #define NULL 0
  2. typedef unsigned char byte;
  3. enum bool {FALSE,TRUE};
  4.