Commandline parser generator
http://www.gnu.org/software/gengetopt/
This program generates a C function that uses getopt_long function to parse the
command line options, to validate them and fills a struct.
Thus your program can now handle options such as:
myprog --input foo.c -o foo.o --no-tabs -i 100 *.class
Both long options (those that start with --) and short options (start with -
and consist of only one character) can be handled.
Authors:
--------
	Roberto Arturo Tena Sanchez 
	Lorenzo Bettini 
- Sources inherited from project openSUSE:Leap:15.2:Rings:1-MinimalX
 - Links to openSUSE:Leap:15.2 / gengetopt
 - Download package
 - 
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:N/gengetopt && cd $_ - Create Badge
 
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed | 
|---|---|---|
| _link | 0000000454 454 Bytes | 
Comments 0