X25GetErrorText(3X25) — Subroutines
Digital
NAME
X25GetErrorText − Returns the error message for an X.25 error
LIBRARY
X.25 Library (libx25.a)
SYNOPSIS
#include <netx25/x25.h>
char ∗X25GetErrorText(
int returnCode );
PARAMETERS
returnCodeSpecifies an error returned by an X.25 library routine.
DESCRIPTION
The X25GetErrorText routine returns a pointer to the message text for a given error number for use in logging errors other than to stderr.
RETURN VALUES
RELATED INFORMATION
Functions: X25PrintError(3X25).
X.25 for Digital UNIX − Programmer’s Reference Manual.