vercel / xopt

ANSI C (C89) command line options parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Go nuts.

About

ANSI C (C89) command line options parser


Languages

Language:C 99.2%Language:Makefile 0.8%Language:CMake 0.1%