Added fdopen()
authorceriel <none@none>
Wed, 30 Jan 1991 16:26:06 +0000 (16:26 +0000)
committerceriel <none@none>
Wed, 30 Jan 1991 16:26:06 +0000 (16:26 +0000)
lang/cem/libcc.ansi/headers/stdio.h

index 46251db..2230a1a 100644 (file)
@@ -128,6 +128,7 @@ int __flushbuf(int _c, FILE *_stream);
 
 #if    defined(__BSD4_2) || defined(__USG) || defined(_POSIX_SOURCE)
 int fileno(FILE *_stream);
+FILE *fdopen(int fildes, const char *type);
 #define        fileno(stream)          ((stream)->_fd)
 #endif /* __BSD4_2 || __USG || _POSIX_SOURCE */