Name: | gengetopt |
---|---|
Version: | 2.23 |
Release: | 3.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 917761 |
License: | GPLv3+ |
RPM: | gengetopt-2.23-3.el8.x86_64.rpm |
Source RPM: | gengetopt-2.23-3.el8.src.rpm |
Build Date: | Sat Feb 13 2021 |
Build Host: | host-100-100-224-23.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.gnu.org/software/gengetopt/ |
Summary: | Tool to write command line option parsing code for C programs |
Description: | Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program. The generated code uses the C library function getopt_long to perform the actual command line parsing. |