PICL_SHUTDOWN(3PICL) PICL Library Functions PICL_SHUTDOWN(3PICL)
picl_shutdown - shutdown the session with the PICL daemon
cc [ flag... ] file... -lpicl [ library... ]
#include <picl.h>
void picl_shutdown(void);
The picl_shutdown() function terminates the session with the PICL
daemon and frees up any resources allocated.
The picl_shutdown() function does not return a value.
PICL_NOTINITIALIZED
Session not initialized
PICL_FAILURE
General system failure
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------+
|MT-Level | MT-Safe |
+---------------+-----------------+
picl_initialize(3PICL), attributes(7)
March 28, 2000 PICL_SHUTDOWN(3PICL)
NAME
picl_shutdown - shutdown the session with the PICL daemon
SYNOPSIS
cc [ flag... ] file... -lpicl [ library... ]
#include <picl.h>
void picl_shutdown(void);
DESCRIPTION
The picl_shutdown() function terminates the session with the PICL
daemon and frees up any resources allocated.
RETURN VALUES
The picl_shutdown() function does not return a value.
ERRORS
PICL_NOTINITIALIZED
Session not initialized
PICL_FAILURE
General system failure
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+-----------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+-----------------+
|MT-Level | MT-Safe |
+---------------+-----------------+
SEE ALSO
picl_initialize(3PICL), attributes(7)
March 28, 2000 PICL_SHUTDOWN(3PICL)