autoopt.h(0)
limb manual
autoopt.h(0)
NAME
autoopt.h - automatic handling/parsing of options
SYNOPSIS
#include <limb/autoopt.h>
DESCRIPTION
This header defines functions to handle options automatically.
Macros
The following macros are defined :
AUTOOPT_QUIET, AUTOOPT_VERBOSE, AUTOOPT_LOG, AUTOOPT_DEBUG
Macros to define options that can be handled via functions below.
Functions
The following functions are defined :
To handle option to bump output level down.
To handle option to raise output level up.
To handle option to set up a log output.
To handle option to raise output to debug level, or set up a debug output.
To parse the destination for an output buffer.