general.h 193 B

123456789101112
  1. /* $Id: general.h,v 1.11 2001/04/30 16:02:05 kilobug Exp $ */
  2. #ifndef __PROLO_GENERAL_H__
  3. #define __PROLO_GENERAL_H__
  4. #define False (0)
  5. #define True (!False)
  6. typedef int boolean_t;
  7. #endif