man pages section 3: Extended Library Functions, Volume 3

Exit Print View

Updated: July 2014
 
 

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(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
MT-Level
MT-Safe

See also

picl_initialize(3PICL), attributes(5)