metalsm1th / saneopt

Mostly sane C command line option parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saneopt

A C command line option parser. Named saneopt, because, as opposed to getopt it's actually mostly sane.

API

API is documented in include/saneopt.h and heavily used in tests.

Usage

Executing make in the project tree results in a libsaneopt.a to be created. You can link this library statically to your project.

About

Mostly sane C command line option parser

License:MIT License


Languages

Language:C 96.7%Language:Makefile 3.3%