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