slackbuilds/libraries/argtable
B. Watson 610c3a426d
libraries/argtable: i486 => i586.
2016-08-20 07:50:03 +07:00
..
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
argtable.SlackBuild libraries/argtable: i486 => i586. 2016-08-20 07:50:03 +07:00
argtable.info libraries/argtable: Updated for version 2.13 + new maintainer. 2014-10-23 00:22:22 +07:00
doc_paths.diff libraries/argtable: Updated for version 2.13 + new maintainer. 2014-10-23 00:22:22 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

Argtable is an ANSI C library for parsing GNU style command line
arguments with a minimum of fuss. It enables the programmer to
define their program's argument syntax directly in the source code
as an array of structs. The command line is then parsed according
to that specification and the resulting values stored directly into
user-defined program variables where they are accessible to the
main program.