MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ArgsClear

Function ArgsClear

source/Debugger/Debugger_Parser.cpp:186–199  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

184
185//===========================================================================
186void ArgsClear ()
187{
188 Arg_t *pArg = &g_aArgs[0];
189 Arg_t *pRaw = &g_aArgRaw[0];
190
191 for (int iArg = 0; iArg < MAX_ARGS; iArg++ )
192 {
193 ClearArg( pArg );
194 ClearArg( pRaw );
195
196 pArg++;
197 pRaw++;
198 }
199}
200
201//===========================================================================
202bool ArgsGetValue ( Arg_t *pArg, WORD * pAddressValue_, const int nBase )

Callers 1

ParseInputFunction · 0.85

Calls 1

ClearArgFunction · 0.85

Tested by

no test coverage detected