Download List

项目描述

GNU gengetopt takes a simple description of
arguments and generates a C function that
uses the GNU getopt_long(3) function to
parse and validate the options. It is perfect if
you are too lazy to write all that is required to
call getopt_long(3), or need to use many
options. The generated code also works with
autoconf or automake.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-26 03:11
2.22.5

正确处理字符串的包装和预处理。枚举变量初始化一个空值(这使得解析器编译在C + +)。在生成的解析器是用来唯一标志时警告,现在删除。
Wrapping and preprocessing of strings is correctly handled. Enum variables are initialized with a generated null value (this makes the parser compilable in C++). Warnings in the generated parser when only flags are used are now removed.

Project Resources