|
NAMEkcgi_strerror —
get kcgi error message string
LIBRARYlibrary “libkcgi”SYNOPSIS#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
const char *
DESCRIPTIONThekcgi_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.
AUTHORSThis function was written by Kristaps Dzonsons <kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface. |