mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
d027d911d7
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
469 B
Text
9 lines
469 B
Text
argtable (ANSI C library for parsing command line arguments)
|
|
|
|
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.
|