InsertIntoBuffer(3W) UNIX System V InsertIntoBuffer(3W)
Text Buffer Utilities
NAME
InsertIntoBuffer
SYNOPSIS
#include <buffutil.h>
...
extern int InsertIntoBuffer(target, source, offset)
Buffer * target;
Buffer * source;
int offset;
DESCRIPTION
The InsertIntoBuffer function is used to insert the elements stored in
the source buffer into the target buffer before the element stored at
offset. If the offset is invalid or if the source buffer is empty the
function returns zero; otherwise it returns one after completing the
insertion.
SEE ALSO
ReadStringIntoBuffer(3W), ReadFileIntoBuffer(3W), BufferMacros(3W)
10/89 Page 1