made a lot of changes

This commit is contained in:
eck
1989-12-18 15:04:14 +00:00
parent e9b080e13a
commit a5be75a764
40 changed files with 540 additions and 386 deletions

View File

@@ -7,11 +7,14 @@
#include <stdlib.h>
#include "loc_incl.h"
extern int (*_fflush)(FILE *stream);
int
setvbuf(register FILE *stream, char *buf, int mode, size_t size)
{
int retval = 0;
_fflush = fflush;
if (mode != _IOFBF && mode != _IOLBF && mode != _IONBF)
return EOF;