CException.h 221 B

1234567891011
  1. #ifndef CEXCEPTION_H
  2. #define CEXCEPTION_H
  3. #define CEXCEPTION_BEING_USED 1
  4. #define CEXCEPTION_NONE 0
  5. #define CEXCEPTION_T int e = 1; (void)
  6. #define Try if (e)
  7. #define Catch(a) if (!a)
  8. #endif //CEXCEPTION_H