Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/xopt
ANSI C (C89) command line options parser.
https://github.com/drylikov/xopt
Last synced: 8 days ago
JSON representation
ANSI C (C89) command line options parser.
- Host: GitHub
- URL: https://github.com/drylikov/xopt
- Owner: drylikov
- License: mit
- Created: 2024-06-04T09:38:42.000Z (5 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-06-05T15:32:15.000Z (5 months ago)
- Last Synced: 2024-06-05T17:45:07.838Z (5 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.