NN_MIN_ASSERT

NN_MIN_ASSERT Macro

Syntax

#include <nn/assert.h>

#define NN_MIN_ASSERT(exp,min)

Arguments

Name Description
in exp Value to be tested.
in min Minimum value

Description

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.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL