blob: cebfb22e35dad5df81ea8bbb3169b873c5eb6c9f (
plain) (
blame)
1
2
3
4
5
6
|
# `cerm` — C Inspired Error Reporting Macros
Cerm (/sɜːm/) provides a few handy macros in the style of BSD C’s `<err.h>` for
error-reporting to the user. These macros just remove some of the boilerplate
of having to prefix your diagnostic messages with `progname: ` everytime you
want to exit the program.
|