Help for this page

Select Code to Download


  1. or download this
    #include <stdlib.h>
    
    ...
        }
        return atoi( argv[ 1 ] );
    }
    
  2. or download this
    C:\test\test\test>for /l %i in (-5, 1, 5) do test.exe %i & echo !error
    +level!
    
    ...
    1 : 5
    5