Go to the source code of this file.
◆ CODA_ASSERT
Value: do { \
if (!(pred)) \
} while (0)
#define __FILE__
Definition: odytypes.h:64
#define __LINE__
Definition: odytypes.h:68
◆ CODA_ASSERT_ABORT
◆ CODA_ASSERT_CORE
◆ CODA_ASSERT_EXIT
◆ CODA_ASSERT_SLEEP
◆ CODA_NOTE
Value: do { \
if (!(pred)) \
} while (0)
◆ coda_assert()
void coda_assert |
( |
const char * |
pred, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
◆ coda_note()
void coda_note |
( |
const char * |
pred, |
|
|
const char * |
file, |
|
|
int |
line |
|
) |
| |
◆ coda_assert_action
◆ coda_assert_cleanup
void(* coda_assert_cleanup) (void) |
( |
void |
| ) |
|
|
extern |