NN_EQUAL_ASSERT

NN_EQUAL_ASSERT Macro

Syntax

#include <nn/assert.h>

#define NN_EQUAL_ASSERT(exp,equ)

Arguments

Name Description
in exp Value to be tested.
in equ Value that should match.

Description

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.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL