|
YAAP - Yet Another Argument Parser
A simple commandline argument parser for C
|
base structure for a command line argument More...
#include <argparse.h>
Data Fields | |
| enum argtypes | type |
| type of the argument | |
| int | mandatory |
| is the argument mandatory | |
| int | set |
| has the argument been set | |
base structure for a command line argument
1.8.13