YAAP - Yet Another Argument Parser
A simple commandline argument parser for C
Data Fields
arg_str Struct Reference

structure representing a string command line argument More...

#include <argparse.h>

Collaboration diagram for arg_str:
Collaboration graph
[legend]

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
 

Detailed Description

structure representing a string command line argument


The documentation for this struct was generated from the following file: