YAAP - Yet Another Argument Parser
A simple commandline argument parser for C
YAAP - Yet Another Argument Parser Documentation

Introduction

YAAP is a simple command line argument parser for C. It uses functions and structures to add arguments to the parsing context and parse the command line.

Features

coming

Repository

https://github.com/byterazor/yaap

Installation

YAAP is intented to be copied into your project directory. Different approaches are available:

In all cases you have to make sure that argparse.c is compiled into an object file and is appended to your link stage.

Functions

All available functions can be found in argparse.c.