Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for long options, and --help option
Switch from getopt() to getopt_long() and add a long "--help" argument as alias to the "-?" argument. Note that the getopt_long() function is available on GNU, BSD, and the existing msvc/getopt.[ch] already implements getopt_long() on Windows.
- Loading branch information