Commandline parser generator
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
- Links to network:jangouts / gengetopt
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:gameboy974:branches:network:jangouts-stable/gengetopt && cd $_
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | almost 4 years |
gengetopt-2.22.6.tar.gz | 0001056293 1.01 MB | about 7 years |
gengetopt-2.22.6.tar.gz.sig | 0000000072 72 Bytes | about 7 years |
gengetopt.changes | 0000003420 3.34 KB | about 4 years |
gengetopt.keyring | 0000001771 1.73 KB | about 7 years |
gengetopt.spec | 0000002425 2.37 KB | about 4 years |
Comments 0