IP_QueueStrerror
IP_QueueStrerror — gives access to error strings.
Syntax
#include <cogent.h>
char* IP_QueueStrerror(
int status)
;
Returns
A pointer to a NUL-terminated
character string.
Description
This function lets you access
errno strings. It returns a pointer to a string
that corresponds to the errno value, as specified
by status. This pointer must not be freed or
modified by the programmer.