Query: picl_strerror
OS: opensolaris
Section: 3picl
Links: opensolaris man pages all man pages forum categories
Format:Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
picl_strerror(3PICL) PICL Library Functions picl_strerror(3PICL)NAMEpicl_strerror - get error message stringSYNOPSIScc [flag ...] file ... -lpicl [library ...] #include <picl.h> char *picl_strerror(int errnum);DESCRIPTIONThe picl_strerror() 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 VALUESThe picl_strerror() function returns NULL if errnum is out-of-range.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOlibpicl(3PICL), attributes(5) SunOS 5.11 28 Mar 2000 picl_strerror(3PICL)