NN_PANIC_WITH_RESULT

NN_PANIC_WITH_RESULT Macro

Syntax

#include <nn/assert.h>

#define NN_PANIC_WITH_RESULT(result,...)

Arguments

Name Description
in result The result to be displayed.
in ... The message and parameters to be displayed.

Description

Displays the value of Result and stops execution .

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