Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kAssert (   EXPRESSION)

Aborts execution if EXPRESSION is kFALSE.

kAssert statements are omitted if neither K_DEBUG nor K_ASSERT is defined.

Parameters
EXPRESSIONExpression that evaluates to a kBool value.