What is it all about?
Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The command line is then parsed according to that specification and the resulting values are returned in those same structs where they are accessible to the main program. Both tagged (-v, --verbose, --foo=bar) and untagged arguments are supported, as are multiple instances of each argument.
Key Features
* It runs on Linux, FreeBSD, NetBSD, OpenBSD, Cygwin, Sun Solaris, IBM AIX, SGI IRIX, Apple Mac OS X and Microsoft Windows platforms. * It is known to compile with GCC, DJGPP, Visual C++, Open Watcom, MinGW, Texas Instruments DSP Compiler and should compile with any standard ANSI C compiler. * Open-Source software that is distributed under the terms of the GNU Library General Public License (LGPL). * It is available from NetBSD ports (devel/argtable), FreeBSD ports (devel/argtable), OpenBSD ports (devel/argtable), MacPorts (devel/argtable), Mac OS X FinkProject (libargtable2-shlibs), Gentoo Linux (dev-libs/argtable), Debian Linux (libdevel/libargtable2-dev), Ubuntu Linux (libdevel/libargtable2-dev), and Sunfreeware. Precompiled Dev-C++ devpaks are available from http://devpaks.org.
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}