| Skip Navigation Links | |
| Exit Print View | |
|
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual Sun QFS and Sun Storage Archive Manager 5.3 Information Library |
1. User Commands (Man Pages Section 1)
2. Maintenance Commands (Man Pages Section 1M)
3. Library Functions (Man Pages Section 3)
4. Library Functions (Man Pages Section 3X)
5. File Formats (Man Pages Section 4)
NAME
sam_errno - Interprets error number to create text string
SYNOPSIS
cc [ flag ... ] file ... -L/opt/SUNWsamfs/lib -lsamapi [library ... ]
#include "/opt/SUNWsamfs/include/samapi.h"
char *sam_errno(int err);
DESCRIPTION
sam_errno() validates the error number and, if valid,
obtains the text string for the error number err value.
RETURN VALUES
An appropriate character string for the error number err is
returned. If the error number err is invalid, the message
"Unknown error number" is returned.
SEE ALSO
errno(1M), strerror(1M).