NN_PANIC_IF_FAILED

NN_PANIC_IF_FAILED Macro

Syntax

#include <nn/assert.h>

#define NN_PANIC_IF_FAILED(result)

Arguments

Name Description
in result The result to be tested.

Description

Stops execution if Result does not indicate success.

result is only evaluated once regardless of the build macro specified.

For common specifications of panic-type macros, see NN_PANIC .

Revision History

2011/12/16
Initial version.

CONFIDENTIAL