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

Function _Arg_1

source/Debugger/Debugger_Parser.cpp:98–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97//===========================================================================
98int _Arg_1( int nValue )
99{
100 g_aArgs[1].nValue = nValue;
101 return 1;
102}
103
104//===========================================================================
105int _Arg_1( LPTSTR pName )

Callers 4

Help_Arg_1Function · 0.85
CmdStepOutFunction · 0.85
CmdCursorRunUntilFunction · 0.85
DebugInitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected