Content-type: text/html Man page of picl_strerror

picl_strerror

Section: PICL Library Functions (3PICL)
Updated: 28 Mar 2000
Index Return to Main Contents
 

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 TYPEATTRIBUTE VALUE
MT-LevelMT-Safe

 

SEE ALSO

libpicl(3PICL), attributes(5)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
ATTRIBUTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:39:20 GMT, October 02, 2010