slackbuilds_ponce/libraries/argtable
2010-05-19 02:35:38 -04:00
..
argtable.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
argtable.SlackBuild libraries/argtable: Fixed for bash4. 2010-05-19 02:35:38 -04:00
README libraries/argtable: Added to 12.1 repository 2010-05-11 22:53:56 +02:00
slack-desc libraries/argtable: Added to 12.1 repository 2010-05-11 22:53:56 +02:00

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.