Begin4 Title: argtable Version: 2.3 Entered-date: 12DEC03 Description: Argtable is an ANSI C library for parsing GNU style command line arguments. It allows a program's command line syntax to be defined in the code as a static array of structs. The command line arguments are then parsed according to that syntax and the argument values are deposited directly into user-defined variables from where they can be accessed by the main program. The library uses GNU getopt under the hood, so it is 100% GNU compatible. It is also secure, guarding the end-user program against buffer overrun attacks on their command line arguments. Keywords: command line parser Author: sheitmann@users.sourceforge.net (Stewart Heitmann) Maintained-by: sheitmann@users.sourceforge.net (Stewart Heitmann) Primary-site: http://prdownloads.sourceforge.net/argtable 390kB argtable-2.3.tar.gz Platforms: Linux, FreeBSD, NetBSD, Sun Solaris, MacOS X, Microsoft Windows. Copying-policy: LGPL End