Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/xopt
ANSI C (C89) command line options parser
https://github.com/vercel/xopt
Last synced: 3 months ago
JSON representation
ANSI C (C89) command line options parser
- Host: GitHub
- URL: https://github.com/vercel/xopt
- Owner: vercel
- Fork: true (Qix-/xopt)
- Created: 2018-05-13T23:45:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T06:25:06.000Z (over 6 years ago)
- Last Synced: 2024-09-18T03:37:59.886Z (4 months ago)
- Language: C
- Size: 79.1 KB
- Stars: 6
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XOpt
The sane answer to POpt.XOpt is a command line argument parsing library written in ANSI C (C89). XOpt
accepts arguments in GNU format and focuses on clean definition, taking stress
off the implementation.# License
Originally by Josh Junon, released under [CC0](https://creativecommons.org/publicdomain/zero/1.0/). Go nuts.