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