NN_UTIL_REFER_SYMBOL Macro#include <nn/util.h> #define NN_UTIL_REFER_SYMBOL(symbol) nnutilReferSymbol_(NULL, &(symbol))
| Name | Description | |
|---|---|---|
| in | symbol | Symbol to reference |
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.
CONFIDENTIAL