popt 1.14 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News popt 1.14 (Default branch)
# 1  
Old 04-06-2008
popt 1.14 (Default branch)

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. License: MIT/X Consortium License Changes:
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.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. HP-UX

Popt install error

Hello, I am trying to install popt-1.16 on a HP-UX B.11.11 U 9000/800 server. I get the following error after running the ./configure command. config.status: creating po/Makefile make all-recursive Making all in po Making all in . source='popt.c' object='popt.lo'... (1 Reply)
Discussion started by: YogaBija
1 Replies
Login or Register to Ask a Question