IP_QueueStrerror

IP_QueueStrerror — gives access to error strings.

Syntax

#include <cogent.h>

char* IP_QueueStrerror(int status);

Arguments

status

A value of errno.

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.

See Also

Cascade QueueServer Functions