Buffer Macros(3W) UNIX System V Buffer Macros(3W)
NAME
Buffer_Macros: BufferFilled, BufferLeft, BufferEmpty
SYNOPSIS
# include <buffutil.h>
BufferFilled(buffer)
BufferLeft(buffer)
BufferEmpty(buffer)
DESCRIPTION
These macros are provided for use with the Buffer Utilities.
BufferFilled returns a flag indicating whether buffer is filled.
BufferLeft returns the number of unused elements in buffer.
BufferEmpty returns a flag indicating whether buffer is empty.
10/89 Page 1