et_free()

Frees the memory allocated for an event table

Call
#include <vv_sys.h>
void et_free(etp)

ETPTR etp

Pointer to the event table to free

Returns

None

Description

et_free() calls mem_free() to free the specified event table.

Related Functions

et_def()

Cautions

et_free() is a macro that calls the function mem_free(). Macros are not listed by the VCS error reporting system, but mem_free() may be listed.


Home Contents Previous Next