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).