|
libmetal
|
#include <metal/system/@PROJECT_SYSTEM@/assert.h>Go to the source code of this file.
Macros | |
| #define | metal_assert(cond) metal_sys_assert(cond) |
| Assertion macro. More... | |
| #define metal_assert | ( | cond | ) | metal_sys_assert(cond) |
Assertion macro.
| cond | Condition to test. |