|
fennec
|
This header contains macros for making assertions about code behaviour.
fennec defines the following assert implementations:
| Syntax | Description |
|---|---|
assert(expr, desc) | Make an assertion with expression |
assertf(expr, desc) | Make an assertion with expression |
assertd(expr, desc) | Make an assertion, only in debug mode, with expression |