- Home
- GNU Gengetopt
- Downloading...
GNU Gengetopt 2.22.6
GNU Gengetopt 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 *.classAnd both...