home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 3.ddi / TASK.ZIP / USUAL.HPP < prev   
Encoding:
C/C++ Source or Header  |  1989-08-11  |  72 b   |  4 lines

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