InsertIntoBuffer(3W) — MISC. REFERENCE MANUAL PAGES
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(3), ReadFileIntoBuffer(3), BufferMacros(3)
Sun Release 4.0 — Last change: