libmetal  latest
assert.h File Reference
#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...
 

Macro Definition Documentation

◆ metal_assert

#define metal_assert (   cond)    metal_sys_assert(cond)

Assertion macro.

Parameters
condCondition to test.