#include <nn/assert.h> #define NN_NULL_ASSERT(exp)
| Name | Description | |
|---|---|---|
| in | exp |
Value to be tested. |
Tests whether a value is not NULL.
It stops program execution if exp is NULL.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL