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

structure for the argparse context, holding argparse specific data structures More...

#include <argparse.h>

Data Fields

void ** arguments
 array for all argparse elementsdd
 
int nr_arguments
 how many arguments are currently registered
 

Detailed Description

structure for the argparse context, holding argparse specific data structures

Examples:
example1.c.

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