slackbuilds_ponce/libraries/argtable
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
argtable.info
argtable.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
doc_paths.diff
README
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.