|
YAAP - Yet Another Argument Parser
A simple commandline argument parser for C
|
structure representing a string command line argument More...
#include <argparse.h>

Data Fields | |
| struct arg_base | base |
| base of the command line argument | |
| char | short_flag |
| one char flag identifying the argument, ignored if NULL | |
| const char * | long_flag |
| multi char flag identifying the argument, ignore if NULL | |
| char * | value |
| memory already allocated for the string parameter | |
| int | maxchars |
| the maximum number of chars for the string parameters | |
| const char * | description |
| short description of the argument | |
structure representing a string command line argument
1.8.13