Argtable2.12

  • Submit New Release
  • Edit Argtable Information
  • Submit a New Software

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
  • Downloads
    5084
  • License
    LGPL
  • Platforms
    Linux, FreeBSD, NetBSD, Sun Solaris, Mac OS X, Microsoft Windows
  • Requirements
    ansi C
  • Tags
    command line
    parser

Downloads / Release History


February
14
2010
Argtable 2.9
February
14
2010
Argtable 2.10

Comments

No comment. Be the first to enter a comment.
Replying to:
Cancel

Last articles