Assert

Identity function. Abort if the value compares equal to zero.

Synopsis

Declared in <util/check.h>

#define Assert(val)

Parameters

NameDescription
valThe expression that must be true.