Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.