NN_NULL_ASSERT

NN_NULL_ASSERT Macro

Syntax

#include <nn/assert.h>

#define NN_NULL_ASSERT(exp)

Arguments

Name Description
in exp Value to be tested.

Description

Tests whether a value is not NULL.

It stops program execution if exp is NULL.

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

Revision History

2011/12/16
Initial version.

CONFIDENTIAL