Fix long option generating SEGFAULT
This fixes #55 (closed)
- The
-v
option was added to show the version. -
getopt_long
do works, it did not work because of the order of the include. - If there is at least one option in the command line that is not right, an error occurs.
Edited by ORDRONNEAU Camille