FreeTextBuffer(3W) UNIX System V FreeTextBuffer(3W)
Text Buffer Utilities
NAME
FreeTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern void FreeTextBuffer(text, f, d)
TextBuffer * text;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The FreeTextBuffer procedure is used to deallocate storage associated
with a given TextBuffer. Note: the storage is not actually freed if the
TextBuffer is still associated with other update function/data pairs.
SEE ALSO
AllocateTextBuffer(3W), RegisterTextBufferUpdate(3W)
10/89 Page 1