nn::dbg::CTR::GetOptArg Function

Syntax

#include <nn/dbg.h>

const char * GetOptArg(
     void
);

Parameters

None.

Return Values

Pointer to the string after an option when analyzing options.

Description

During option analysis, gets either the next option or the text after an option.

See the example for nn::dbg::CTR::GetOpt.

Always returns NULL in release builds.

Revision History

2011/12/14
Initial version.

CONFIDENTIAL