skeeto / getopt

POSIX getopt() as a portable header library
The Unlicense
105 stars 14 forks source link

Add getopt_long() #5

Open olivier-fs opened 1 year ago

olivier-fs commented 1 year ago

Hi!

Nice to use on say MSVC/Win32 where there is no platform support.

Would you mind adding getopt_long() that is used by e.g. xz-utils ?

Regards

brdjns commented 10 months ago

The author has a getopt_long alternative that's almost a drop-in replacement.