setlinebuf(3C) DG/UX 5.4R3.00 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) 1