Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ setlinebuf(3c) — DG/UX 4.30

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

setbuf(3s)

setbuffer(3c)



     setlinebuf(3c)             DG/UX 4.30              setlinebuf(3c)



     NAME
          setlinebuf - Assign line buffering for a specified stream

     SYNOPSIS
          #include <stdio.h>
          FILE *fp;
          void setlinebuf();
          setlinebuf(fp);

     DESCRIPTION
          The setlinebuf function assigns line buffering for a stream
          whose I/O you are handling with the stdio(3s) functions.
          Output will be sent to the file or device when a line
          terminator is printed or when you call fflush(3s).

     RETURNS
          setlinebuf does not return a value.

     SEE ALSO
          setbuf(3s), setbuffer(3c).



































     Licensed material--property of copyright holder(s)         Page 1



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