* include/stdio.h (_fcloseall): Add prototype.
This commit is contained in:
parent
6e82d87372
commit
eb7368d4ac
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue