Skip to content

Latest commit

 

History

53 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vrg

Version License: MIT Codacy Badge

Dealing with variadic arguments

This repo is home of two single header libraries

  • vrg.h - for defining functions with a variable number of argument in a simpler way than stdarg.h
  • cli.h - for defining Command Line Interfaces (with commands and options)

To incorporate them in your project, use the headers in the dist/ directory. The fully commented code is in the src/ directory.

The demo/ directory containes examples that covers multiple use cases. Programmer's manuals for both libriaries are in the docs/ directory.

About

An alternative (not a replacement) to stdarg.h

Resources

Stars

28 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages