GrowBuffer(3W) UNIX System V GrowBuffer(3W)
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
AllocateBuffer(3W)
10/89 Page 1