Skip to content

Commit

Permalink
LibC: Borrow a slightly more functional getopt()
Browse files Browse the repository at this point in the history
We were already borrowing a getopt() from the BSD family until the day
we write our own. This patch borrows a slightly more modern one so we
also get getopt_long().

Fixes #190.

See also #91 for the desire to eventually NIH our own getopt()..
  • Loading branch information
awesomekling committed Sep 6, 2019
1 parent 6ab498e commit 56e0e6b
Show file tree
Hide file tree
Showing 2 changed files with 613 additions and 87 deletions.
Loading

0 comments on commit 56e0e6b

Please sign in to comment.