Categories
Popt
The popt library exists essentially for parsing command line options. Some specific advantages of popt are no global variables (allowing multiple passes in parsing argv), parsing an arbitrary array of argv-style elements (allowing parsing of command-line-strings from any source), a standard method of option aliasing, ability to exec external option filters, and automatic generation of help and usage messages.
Last updated 13 Oct, 2007
Versions
1.7
1.7 stable released 2002-09-20
- Released: 20 Sep, 2002
- Code Maturity: Stable
- Source Archive: http://rpm.net.in/mirror/rpm-4.4.x/popt-1.10.4....
- Licenses: X11
- Interfaces: Library



