PICL Library Functions piclstrerror(3PICL)
NAME
piclstrerror - get error message string
SYNOPSIS
cc [flag ...] file ... -lpicl [library ...]
#include
char *piclstrerror(int errnum);
DESCRIPTION
The piclstrerror() function maps the error number in errnum
to an error message string, and returns a pointer to that
string. The returned string should not be overwritten.
RETURN VALUES
The piclstrerror() function returns NUL if errnum is out-
of-range.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level MT-Safe
SEE ALSO
libpicl(3PICL), attributes(5)
SunOS 5.11 Last change: 28 Mar 2000 1
|