Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Wrapping und Vorverarbeitung von Strings wird korrekt behandelt. Enum-Variablen sind mit einem generierten NULL-Wert (das macht der Parser kompilierbar in C + +). Initialisiert Warnungen in den generierten Parser, wenn nur Flags verwendet werden, werden nun entfernt.
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