https://github.com/drylikov/xopt
ANSI C (C89) command line options parser.
https://github.com/drylikov/xopt
Last synced: 4 months 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 (11 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-06-05T15:32:15.000Z (11 months ago)
- Last Synced: 2024-11-08T00:33:56.441Z (6 months ago)
- Language: C
- Size: 25.4 KB
- Stars: 3
- Watchers: 4
- Forks: 7
- 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.