NN_UTIL_REFER_SYMBOL Macro

Syntax

#include <nn/util.h>

#define NN_UTIL_REFER_SYMBOL(symbol) nnutilReferSymbol_(NULL, &(symbol))

Parameters

Name Description
in symbol Symbol to reference

Description

References a symbol.

Handles as if the symbol was referenced from a used position. Can only be used from a position where a function call is possible because it runs within a function.

Revision History

2012/04/26
Initial version.

CONFIDENTIAL