* include/stdio.h (_fcloseall): Add prototype.

This commit is contained in:
Danny Smith
2002-08-03 23:03:37 +00:00
parent 6e82d87372
commit eb7368d4ac
2 changed files with 5 additions and 0 deletions

View File

@ -323,6 +323,7 @@ int _fgetchar (void);
int _fputchar (int);
FILE* _fdopen (int, const char*);
int _fileno (FILE*);
int _fcloseall(void);
#ifndef _NO_OLDNAMES
int fgetchar (void);