Skip to content

rwdd64/yaap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaap - Yet Another Argument Parser: A single header library for C-program argument parsing

Building

No building necessary! Just declare you want the functions' implementations and include the header file.

#define YAAP_IMPLEMENTATION
#include "yaap.h"

// Your code here...

Dependencies

All you'll need is the C standard library (libc).

About

A library for C-program argument parsing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published