Download List

Descripción del Proyecto

Popt is a C library for parsing command line parameters. Popt was heavily influenced by the getopt() and getopt_long() functions, but it improves on them by allowing more powerful argument expansion. Popt can parse arbitrary argv[] style arrays and automatically set variables based on command line arguments. Popt allows command line arguments to be aliased via configuration files and includes utility functions for parsing arbitrary strings into argv[] arrays using shell-like rules.

System Requirements

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.

2008-04-06 16:08 Back to release list
1.14

Esta versión incluye el POPT_ARG_ARGV acumular múltiples ocurrencias de un argumento cadena de opciones en una matriz argv, y POPT_ARG_LONGLONG para guardar entero de 64 bits argumentos opción.
Tags: Minor feature enhancements
This release adds POPT_ARG_ARGV to accumulate multiple occurrences of an option string argument into an argv array, and POPT_ARG_LONGLONG to save 64-bit integer option arguments.

Project Resources