Files
phs_v1.0.1.0/third_party/unity/test/testdata/CException.h

12 lines
206 B
C
Raw Normal View History

2024-09-27 19:21:56 +08:00
#ifndef CEXCEPTION_H
#define CEXCEPTION_H
#define CEXCEPTION_BEING_USED 1
#define CEXCEPTION_NONE 0
#define CEXCEPTION_T int e = 1; (void)
#define Try if (e)
#define Catch(a) if (!a)
#endif