Gengetopt - Command Line Argument Parser in C
Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. The generated code uses the C library function getopt_long to perform the actual command line parsing.
http://www.gnu.org/software/gengetopt/gengetopt.html
License:
Tech:
Tags: