c-mods.h 94 B

1234567
  1. #define PSTRUE (0 == 0)
  2. #define PSFALSE (0 == 1)
  3. #define psbool char /* boolean type */