GetOptInd

nn::dbg::CTR::GetOptInd Function

Syntax

#include <nn/dbg.h>

int GetOptInd(
     void
);

Parameters

None.

Return Values

Index to the argument to process next when analyzing options.

Description

Gets the index to the argument to process next when analyzing options.

Always returns -1 in release builds.

Revision History

2011/12/14
Initial version.

CONFIDENTIAL