• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef CEXCEPTION_H
2 #define CEXCEPTION_H
3 
4 #define CEXCEPTION_BEING_USED 1
5 
6 #define CEXCEPTION_NONE 0
7 #define CEXCEPTION_T int e = 1; (void)
8 #define Try          if (e)
9 #define Catch(a)     if (!a)
10 
11 #endif
12