diff options
author | Rodney Cobb <rdc@ktabic.co.uk> | 2010-05-11 22:53:56 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:53:56 +0200 |
commit | e201ce01f404d425cb334262e136825336f388fc (patch) | |
tree | 43008165be93b993851f5951d3f4c46c37828249 /libraries/argtable/README | |
parent | 47e6e7d729fb6f0b9dc82585860a4486f9285ca0 (diff) | |
download | slackbuilds-e201ce01f404d425cb334262e136825336f388fc.tar.gz |
libraries/argtable: Added to 12.1 repository
Diffstat (limited to 'libraries/argtable/README')
-rw-r--r-- | libraries/argtable/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/argtable/README b/libraries/argtable/README new file mode 100644 index 0000000000..d8330b9c9b --- /dev/null +++ b/libraries/argtable/README @@ -0,0 +1,7 @@ +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.
\ No newline at end of file |