KCGI_STRERROR(3)
Library Functions Manual
KCGI_STRERROR(3)
NAME
kcgi_strerror
—
get kcgi error message
string
LIBRARY
library “libkcgi”
SYNOPSIS
#include
<sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
const char *
kcgi_strerror
(enum kcgi_err
er);
DESCRIPTION
The
kcgi_strerror
()
function provides a English-language string representation of
er. The string should not be modified in any way. This
function can be called at any time.
AUTHORS
This function was written by Kristaps Dzonsons <kristaps@bsd.lv>.
September 15,
2024 OpenBSD 7.5