NN_DBG_PRINT_RESULT

NN_DBG_PRINT_RESULT Macro

Syntax

#include <nn/dbg.h>

#define NN_DBG_PRINT_RESULT(exp)

Arguments

Name Description
in exp The result to be displayed.

Description

Displays the value of Result.

Does nothing if NN_SWITCH_DISABLE_DEBUG_PRINT is defined. Also, exp will not be evaluated.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL