| ZyanArgParseConfig_(3) | Library Functions Manual | ZyanArgParseConfig_(3) |
ZyanArgParseConfig_
#include <ArgParse.h>
const char ** argv
ZyanUSize argc
ZyanUSize min_unnamed_args
ZyanUSize max_unnamed_args
ZyanArgParseDefinition * args
Configuration for argument parsing.
argc argument passed to main by LibC.
Argument definition array, or ZYAN_NULL.
Expects a pointer to an array of ZyanArgParseDefinition instances. The array is terminated by setting the .name field of the last element to ZYAN_NULL. If no named arguments should be parsed, you can also set this to ZYAN_NULL.
argv argument passed to main by LibC.
Maximum # of accepted unnamed / anonymous arguments.
Minimum # of accepted unnamed / anonymous arguments.
Generated automatically by Doxygen for Zycore from the source code.
| Version 1.5.2.0 | Zycore |