System Event Library Functions syseventfree(3SYSEVENT)
NAME
syseventfree - free memory for sysevent handle
SYNOPSIS
cc [flag ...] file ...-lsysevent [library ...]
#include
void syseventfree(syseventt *ev);
PARAMETERS
ev handle to event an event buffer
DESCRIPTION
The syseventfree() function deallocates memory associated
with an event buffer.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 12 Sep 2000 1
|