mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
404 B
9 lines
404 B
#define AssertFail 5100
|
|
#define Expr 5101
|
|
#define Location 5102
|
|
#define ASSRT_ID_BREAK 5103
|
|
#define ASSRT_ID_EXIT 5104
|
|
#define ASSRT_ID_IGNORE 5105
|
|
#define ASSRT_ID_LOC 5106
|
|
#define ASSRT_ID_EXPR 5107
|
|
#define ASSRT_ID_MSG 5108
|