NN_COMPILER_ASSERT

NN_COMPILER_ASSERT Macro

Syntax

#include <nn/assert.h>

#define NN_COMPILER_ASSERT(exp)

Parameters

Name Description
in exp Condition to be tested.

Description

Tests whether compile-time conditions are satisfied.

Generates a compiler error if exp is FALSE.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL