libdc/examples
Jef Driesen cf221de9b7 Disable the getopt argument permutation on Android
On Android operating systems, the getopt() function is posix compliant
and thus the option processing stops when the first non-option is found.
But the getopt_long() function permutes the argument vector, just like
the GNU implementation.

Using a leading '+' character in the option string disables the
permutation again.
2023-04-07 14:04:00 +02:00
..
2023-01-25 14:17:29 +01:00
2018-04-03 21:44:08 +02:00
2018-04-03 21:44:08 +02:00
2016-02-26 07:55:40 +01:00
2014-03-19 09:16:07 +01:00