C utility library

Utility library written in C to do some common mundane tasks that most programs need to do. Currently includes command line argument parsing and output logging to console/file/function

Command line argument parsing

This is a simple command line argument parsing routine, meant to be included in source form in the project. Some features are:

To see a short example, take a look at the documentation.

Logging interface

This is a simple logging interface, meant to be included in source form in the project. Some features are:

To see a short example, take a look at the documentation.

blog comments powered by Disqus