Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 405 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 405 Bytes

env

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.