#include <nn/assert.h> #define NN_NOT_EQUAL_ASSERT(exp,equ)
| Name | Description | |
|---|---|---|
| in | exp |
Value to be tested. |
| in | equ |
Value that should not match. |
Tests whether a value is not equal to the specified value.
Stops program execution if exp and equ are equal.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL