err 2.0.0
Small error-printing library written in C
|
This is the online documentation for err, a small error-printing library.
For more on how to use err, see the project page here.
The easiest way to use err is to copy err.c and err.h into your project. You can download the latest version of err from
Alternatively, you may wish to import err as a git subtree:
#include "err.h"
in files where you want to use err functions.
Be sure to assign a value to program_invocation_name
before calling any err functions.