Argtable2.12
ANSI C library for parsing GNU style command line arguments.
Sunday, February 14, 2010
- Development
- Languages
- C and CPlusPlus
Argtable is an ANSI C library for parsing GNU getopt style command line arguments, as in "foo -abc -o myfile --help --count=7". With it, programmers define the allowable command line arguments statically in their program as an array of argtable structs. The command line arguments are then parsed against those specifications and their values deposited directly into user-defined program variables from where they can be accessed by the main program. It uses GNU getopt to perform the actual parsing, so it is guaranteed to be 100% GNU compatible. It is secure, guarding against buffer overrun attacks on command line arguments.
- linux
- windows
- MacOS
- Downloads5084
- LicenseLGPL
- PlatformsLinux, FreeBSD, NetBSD, Sun Solaris, Mac OS X, Microsoft Windows
- Requirementsansi C
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.