NN_FUNCTION

NN_FUNCTION Macro

Syntax

#include <nn/config.h>

#define NN_FUNCTION __PRETTY_FUNCTION__

Arguments

None.

Description

Constant indicating the current function name.

Represents a more detailed function name than __FUNCTION__.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL