LOWDOWN_ERRSTR(3) | Library Functions Manual | LOWDOWN_ERRSTR(3) |
lowdown_errstr
—
#include <sys/queue.h>
#include <stdio.h>
#include <lowdown.h>
const char *
lowdown_errstr
(enum lowdown_err
code);
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.
September 5, 2017 | OpenBSD 6.5 |