1picl_strerror(3PICL) PICL Library Functions picl_strerror(3PICL)
2
3
4
6 picl_strerror - get error message string
7
9 cc [flag ...] file ... -lpicl [library ...]
10 #include <picl.h>
11
12 char *picl_strerror(int errnum);
13
14
16 The picl_strerror() function maps the error number in errnum to an
17 error message string, and returns a pointer to that string. The
18 returned string should not be overwritten.
19
21 The picl_strerror() function returns NULL if errnum is out-of-range.
22
24 See attributes(5) for descriptions of the following attributes:
25
26
27
28
29 ┌─────────────────────────────┬─────────────────────────────┐
30 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
31 ├─────────────────────────────┼─────────────────────────────┤
32 │MT-Level │MT-Safe │
33 └─────────────────────────────┴─────────────────────────────┘
34
36 libpicl(3PICL), attributes(5)
37
38
39
40SunOS 5.11 28 Mar 2000 picl_strerror(3PICL)