home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Texteditors / Origami / Sources / src / lib / ori_bool.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-27  |  86 b   |  5 lines

  1. #ifndef ORIBOOL
  2. #   define ORIBOOL
  3.    typedef enum { False=0,True=1 } boolean;
  4. #endif
  5.