Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated Previous VPSs * Sign Up! *
Support Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
kcgi_strerror — get kcgi error message string
kcgi_strerror
library “libkcgi”
#include <sys/types.h> #include <stdarg.h> #include <stdint.h> #include <kcgi.h>
#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
const char * kcgi_strerror(enum kcgi_err er);
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.
This function was written by Kristaps Dzonsons <kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.