GrowBuffer(3W) — MISC. REFERENCE MANUAL PAGES
Text Buffer Utilities
NAME
GrowBuffer
SYNOPSIS
#include <buffutil.h>
...
extern void GrowBuffer(buffer, increment)
Buffer ∗ buffer;
int increment;
DESCRIPTION
The GrowBuffer procedure is used to expand (or compress) a given buffer size by increment elements. If the increment is negative the operation results in a reduction in the size of the Buffer.
SEE ALSO
Sun Release 4.0 — Last change: