![]() |
MHEG5
18.9.0
MHEG5 Documentation
|
define asserts More...
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | ASSERT(x) assert(x); |
#define | ASSERTL1(x) ASSERT(x) |
#define ASSERT | ( | x | ) | assert(x); |
Definition at line 50 of file glue_assert.h.
#define ASSERTL1 | ( | x | ) | ASSERT(x) |
Definition at line 54 of file glue_assert.h.