-
- Downloads
Clean up the command-line parsing
There's no reason to copy the argv array to another array (args). Use for instead of while loop. Fix up indentation.
Loading
Please register or sign in to comment
There's no reason to copy the argv array to another array (args). Use for instead of while loop. Fix up indentation.