GNU gengetopt generates command line parsers[ gengetopt-2.17-1mdv2007.0.i586.rpm - contrib ] Build by Götz Waschkon Saturday, July 22nd 2006. http://www.gnu.org/software/gengetopt/gengetopt.html
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 And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards.
Licence : GPL
OS : Linux Arch : i586 / x86_64 Version : 2.17 release 1mdv2007.0
|