setlinebuf(3C)
_________________________________________________________________
setlinebuf function
Assign line buffering for a specified file.
_________________________________________________________________
Calling Sequence
#include <stdio.h>
FILE *fp;
void setlinebuf();
setlinebuf(fp);
Description
The setlinebuf function assigns line buffering for a file you
specify.
Returns
The setlinebuf function does not return a value.
Related Functions
See also the functions setbuf, setbuffer, and setvbuf.
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)