|
YAAP - Yet Another Argument Parser
A simple commandline argument parser for C
|
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.
https://github.com/byterazor/yaap
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.
All available functions can be found in argparse.c.
1.8.13