1picl_shutdown(3PICL)        PICL Library Functions        picl_shutdown(3PICL)
2
3
4

NAME

6       picl_shutdown - shutdown the session with the PICL daemon
7

SYNOPSIS

9       cc [ flag... ] file... -lpicl [ library... ]
10       #include <picl.h>
11
12       void picl_shutdown(void);
13
14

DESCRIPTION

16       The  picl_shutdown() function terminates the session with the PICL dae‐
17       mon and frees up any resources allocated.
18

RETURN VALUES

20       The picl_shutdown() function does not return a value.
21

ERRORS

23       PICL_NOTINITIALIZED    Session not initialized
24
25
26       PICL_FAILURE           General system failure
27
28

ATTRIBUTES

30       See attributes(5) for descriptions of the following attributes:
31
32
33
34
35       ┌─────────────────────────────┬─────────────────────────────┐
36       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
37       ├─────────────────────────────┼─────────────────────────────┤
38       │MT-Level                     │MT-Safe                      │
39       └─────────────────────────────┴─────────────────────────────┘
40

SEE ALSO

42       picl_initialize(3PICL), attributes(5)
43
44
45
46SunOS 5.11                        28 Mar 2000             picl_shutdown(3PICL)
Impressum