Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ log3memcpy(5) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

log3(5)

log3close(5)

log3open(5)

log3printf(5)

log3write(5)

log3memcpy(5)                                                 log3memcpy(5)

NAME
     log3memcpy - copy log data to the log buffer

SYNOPSIS
     int log3memcpy(data, size)
     char *data;           /* Address of memory area to be logged   */
     int size;             /* Length of this memory area (in bytes) */

DESCRIPTION
     With the function log3memcpy, the log data is copied to the buffer.

     Return value:

     >=0  Number of bytes transferred to the log buffer.

     -1   Pipe not open or log buffer full.

     If there is insufficient space in the log buffer due to the length of
     the log data, the log data is truncated.

SEE ALSO
     log3(5), log3close(5), log3open(5), log3printf(5), log3write(5).

































Page 1                       Reliant UNIX 5.44                Printed 11/98

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