#include <nn/assert.h> #define NN_MIN_ASSERT(exp,min)
| Name | Description | |
|---|---|---|
| in | exp |
Value to be tested. |
| in | min |
Minimum value |
Tests whether a value is equal to or greater than the specified value.
Stops program execution if exp is less than FALSE.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL