* 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

@ -1,3 +1,7 @@
2002-08-03 Danny Smith <dannysmith@users.sourceforge.net>
* include/stdio.h (_fcloseall): Add prototype.
2002-07-29 Danny Smith <dannysmith@users.sourceforge.net>
* include/tchar.h (_tfdopen): Correct typo.

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);