Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ InsertInBuf(3W) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ReadStringIntoBuffer(3W)

ReadFileIntoBuffer(3W)

BufferMacros(3W)



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





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