Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ InsertIntoBuffer(3W) — OpenWindows V2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ReadStringIntoBuffer(3)

ReadFileIntoBuffer(3)

BufferMacros(3)

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:

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026