devzero2000 / POPT

Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to…
19Updated 7 years ago

Alternatives and similar repositories for POPT:

Users that are interested in POPT are comparing it to the libraries listed below