mlibc icon indicating copy to clipboard operation
mlibc copied to clipboard

Unify `getopt` and `getopt_long` implementations

Open 64 opened this issue 3 years ago • 1 comments

There is a lot of code duplication between the two. We could consider porting qookei's parser from here https://github.com/qookei/conflict/blob/master/include/conflict/parser.hpp while we're at it.

64 avatar Jun 16 '22 20:06 64

Some groundwork for sharing a common implementation is being laid in #741.

no92 avatar Feb 02 '23 01:02 no92