Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

log3(5)

log3close(5)

log3memcpy(5)

log3open(5)

log3write(5)

log3printf(5)                                                 log3printf(5)

NAME
     log3printf - transfer formatted log data to the log buffer

SYNOPSIS
     int log3printf(format, args)
     char *format;                   /* Format string as with printf() */
     valist args;                   /* Arguments to format string     */

DESCRIPTION
     With the function log3printf, formatted log data is entered in a
     static buffer.

     Return value:

     >=0  Number of transferred bytes in 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), log3memcpy(5), log3open(5), log3write(5).
































Page 1                       Reliant UNIX 5.44                Printed 11/98

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