Menu

argtable-2.1 released

Announcing the release of version 2.1 of argtable.

Argtable is an ANSI C library for parsing GNU getopt style command line arguments, as in:
foo -abc -o myfile --count=8 --help --version

It is very simple to use and takes the pain out of command line argument parsing and error handling. Since it uses GNU getopt itself to do the parsing, it is guaranteed to be 100% GNU compatible.

This version is a stable release that fixes some bugs in the previous (beta) release. It has been tested on Linux, FreeBSD, NetBSD, Sun Solaris, and Microsoft Windows.

For more details, visit the argtable homepage at http://argtable.sourceforge.net

Posted by Stewart Heitmann 2003-11-17

Log in to post a comment.