Hello,
Version 1.0.1 of the err library has been released.
err is a small error-printing library for C programs.
This adds an invitation for users of the libary to share so on the
mailing list, and corrects a potential confusion in the documentation.
A tar.gz of this version of err can be found here:
https://git.sr.ht/~smlavine/err/archive/1.0.1.tar.gz
And the latest and greatest of err can always be found here:
https://sr.ht/~smlavine/err
Commits of particular importance are marked with a *** in the following
shortlog.
Sebastian LaVine (2):
Invite others to tell of their usage of err on the mailing list
*** Clarify that strerror(errno) printing is not conditional
README.md | 7 ++++---
err.c | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
If you find err useful, I'd love to hear it! Share how you use err on
the err-devel mailing list: <~smlavine/err-devel@lists.sr.ht>.
-- Sebastian LaVine