LOWDOWN_ERRSTR(3) Library Functions Manual LOWDOWN_ERRSTR(3)

lowdown_errstr
produce a human-readable lowdown error message

library “liblowdown”

#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>

const char *
lowdown_errstr(enum lowdown_err code);

The lowdown_errstr returns a human-readable version of the error value code. See lowdown(3) for a list of possible error values. It returns a generic (en_GB) description.

A character string that should not be freed or altered.

lowdown(3)
September 5, 2017 OpenBSD 6.5