|
libose
|
Provides assertion macros. More...
#include <assert.h>#include <stdio.h>#include <stdlib.h>Go to the source code of this file.
Macros | |
| #define | ose_assert(t) |
| Assertion macro. Can be disabled by defining NDEBUG. | |
| #define | ose_always(t) (t) |
| #define | ose_never(t) (t) |
Provides assertion macros.
| #define ose_assert | ( | t | ) |
Assertion macro. Can be disabled by defining NDEBUG.