3 stable releases
1.1.1 | Aug 4, 2023 |
---|---|
1.1.0 | Aug 3, 2023 |
1.0.0 | Aug 2, 2023 |
#896 in Command-line interface
8KB
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.