mainGNU Gengetopt - Summary

 
 
Membership Info
Group Admins:
3 active members

Group identification
Id: 153
System Name: gengetopt
Name: GNU Gengetopt
Group Type: Official GNU software

Search in this Group


 

This software is part of the GNU Project.

This program generates a C function that uses getopt_long function to parse the command line options, to validate them and fills a struct.

Thus your program can now handle options such as:

myprog --input foo.c -o foo.o --no-tabs -i 100 *.class

And both long options (those that start with --) and short options (start with - and consist of only one character) can be handled. For standards about short and long options you may want to take a look at the GNU Coding Standards .

Gengetopt can also generate a function to save the command line options into a file, and a function to read the command line options from a file. Of course, these two kinds of files are compliant.

Registration Date: Tue 17 Apr 2001 03:16:34 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable

 

Latest News rss feed
2.23 released
     posted by gray_wolf, Tue 04 Jun 2019 08:41:09 AM UTC

New version (2.23) was released. Main changes were in build system, so please report any issues you notice.

Quick Overview
 Memberlist (3 members)

Communication Tools
 Mailing Lists (3 public mailing lists)

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 3, total: 10)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code