KCGI_STRERROR(3) Library Functions Manual KCGI_STRERROR(3)

kcgi_strerrorget kcgi error message string

library “libkcgi”

#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>

const char *
kcgi_strerror(enum kcgi_err er);

The () 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.

This function was written by Kristaps Dzonsons <kristaps@bsd.lv>.

December 2, 2023 OpenBSD 7.4