OPIC
Object Persistence In C
|
Go to the source code of this file.
Macros | |
#define | op_stacktrace(stream) |
#define | OP_ASSERT_STACK_LIMIT 2048 |
#define | op_assert(X, ...) |
assert with diagnosis messages. This macro emits the function, file, line nuber and stack traces. More... | |
#define | op_assert_diagnose(X, cb, ...) |
assert with callback. More... | |
#define op_stacktrace | ( | stream | ) |
Definition at line 34 of file op_assert.h.