NIM PC Cross Platform SDK
|
宏定义 | |
#define | JSON_ASSERT(condition) |
#define | JSON_FAIL_MESSAGE(message) |
#define | JSON_ASSERT_MESSAGE(condition, message) |
#define JSON_ASSERT | ( | condition | ) |
It should not be possible for a maliciously designed file to cause an abort() or seg-fault, so these macros are used only for pre-condition violations and internal logic errors.
#define JSON_ASSERT_MESSAGE | ( | condition, | |
message | |||
) |
#define JSON_FAIL_MESSAGE | ( | message | ) |