asstrerror - get array services error message string


SYNOPSIS

       #include <arraysvcs.h>

       const char *asstrerror(aserror_t errorcode);


DESCRIPTION

       asstrerror   returns  a  pointer  to  a  character  string
       describing the array services  error  code  in  errorcode.
       The  string  is contained in a static buffer and should be
       copied elsewhere before a subsequent call to either asstr­
       error or asperror.


NOTES

       asstrerror is found in the library "libarray.so", and will
       be loaded if the option "-larray" is used  with  cc(1)  or
       ld(1).


SEE ALSO

       aserrorcode(3X), asperror(3X), array_services(5).


DIAGNOSTICS

       asstrerror  will  always  return a valid character string,
       even if errorcode is an invalid error code.


Man(1) output converted with man2html