Argtable

An ANSI C library for parsing GNU style command line arguments.
Download

Argtable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Stewart Heitmann
  • Publisher web site:

Argtable Tags


Argtable Description

An ANSI C library for parsing GNU style command line arguments. Argtable is an ANSI C library for parsing GNU style command line arguments, as in "foo -abc -o myfile --help --count=7".Argtable library enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification, and the resulting values are returned in those same structs where they are accessible to the main program.The default parsing, validation, and error reporting routines may be replaced by user-defined callbacks if desired, and new argtable data types may be created to parse user-defined argument types.The parsing itself is done using GNU getopt and so is 100% GNU compatible. What's New in This Release: · Removed the GNU malloc test from the configure script because it was unnecessary and it caused build problems on IBM AIX platforms. · Cleaned the syntax of the argtable man page to be groff compatible. · Added instructions to the README file for compiling argtable with regex support under Windows. · RPM spec file was revamped to adhere to Fedora Core 10 conventions.


Argtable Related Software