Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KCGI_STRERROR(3)	     Library Functions Manual		KCGI_STRERROR(3)

NAME
     kcgi_strerror -- get kcgi error message string

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 representa-
     tion  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>.

FreeBSD ports 15.quarterly	   $Mdocdate$			KCGI_STRERROR(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kcgi_strerror&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help