NN_THIS_ASSERT

NN_THIS_ASSERT Macro

Syntax

#include <nn/assert.h>

#define NN_THIS_ASSERT(
          )

Parameters

None.

Description

Tests whether this is a valid address.

Stops program execution if this is not a valid address as a pointer. Even an invalid address may sometimes pass this test because this test is not that strict.

For common specifications of assert-type macros, see NN_ASSERT.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL