home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
libg++-2.6.2.lha
/
libg++-2.6.2
/
libio
/
stdio
/
setlinebuf.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-26
|
139b
|
12 lines
#include "libioP.h"
#include "stdio.h"
#undef setlinebuf
void
setlinebuf (stream)
FILE *stream;
{
_IO_setvbuf(stream, NULL, 1, 0);
}