wok-current view gengetopt/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-Günter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (2022-07-01)
parents
children
line source
1 Gengetopt is a tool to generate C code to parse the command line arguments argc
2 and argv that are part of every C or C++ program. The generated code uses the C
3 library function getopt_long to perform the actual command line parsing.