Linux software

 
Contact Us
devel : argtable
An ANSI C library for parsing GNU style command line arguments
Parsing a program's command line arguments has always been a distraction from the main programming task at hand. The argtable library simplifies the job by enabling the programmer to define the command line options directly in the source code as a static array of structs and then pass that array to argtable library functions which parse the command line accordingly. The values extracted from the comand line are deposited directly into user-defined program variables where they can be accessed by the main program. Argtable can also generate descriptions of the command line syntax from that same array for display as on-line help.
Version number : 2.8
Md5 : MD5 (argtable2-8.tar.gz) = ee77288d2eeeea98f6936ba001929f64 SHA256 (argtable2-8.tar.gz) = 258f395f6fc6ea835b828ba1ab83008a201a3c261f1eb47e57f982e33b85d998 SIZE (argtable2-8.tar.gz) = 3364556
Linux Software