slackbuilds_ponce/libraries/argtable
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
argtable.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
argtable.SlackBuild libraries/argtable: Misc automated cleanups. 2010-06-04 01:06:06 -04:00
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
slack-desc

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.