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.
- Host: GitHub
- URL: https://github.com/jmgorius/cl
- Owner: jmgorius
- License: unlicense
- Created: 2022-06-07T18:00:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:23:51.000Z (almost 3 years ago)
- Last Synced: 2025-10-11T04:56:49.988Z (8 months ago)
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.