Go to main content

man pages section 3: Extended Library Functions, Volume 3

Exit Print View

Updated: July 2017
 
 

picl_strerror(3PICL)

Name

picl_strerror - get error message string

Synopsis

cc [flag …] file –lpicl [library …] 
#include <picl.h>

char *picl_strerror(int errnum);

Description

The 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 Values

The picl_strerror() function returns NULL if errnum is out-of-range.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
MT-Level
MT-Safe

See Also

libpicl(3PICL), attributes(5)