An open API service indexing awesome lists of open source software.

https://github.com/jmgorius/cl

A dependency-free declarative command-line parsing library written in C99.
https://github.com/jmgorius/cl

Last synced: 8 months ago
JSON representation

A dependency-free declarative command-line parsing library written in C99.

Awesome Lists containing this project

README

          

# CL - Declarative command-line parsing library

CL is a dependency-free command-line parsing library written in C and centered
around a declarative syntax.

# Usage

Just drop `cl.h` and `cl.c` in your project, *et voilà!* You can see an example
usage of the API in `cl-example.c`.