* 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>
|
2002-07-29 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/tchar.h (_tfdopen): Correct typo.
|
* include/tchar.h (_tfdopen): Correct typo.
|
||||||
|
@ -323,6 +323,7 @@ int _fgetchar (void);
|
|||||||
int _fputchar (int);
|
int _fputchar (int);
|
||||||
FILE* _fdopen (int, const char*);
|
FILE* _fdopen (int, const char*);
|
||||||
int _fileno (FILE*);
|
int _fileno (FILE*);
|
||||||
|
int _fcloseall(void);
|
||||||
|
|
||||||
#ifndef _NO_OLDNAMES
|
#ifndef _NO_OLDNAMES
|
||||||
int fgetchar (void);
|
int fgetchar (void);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user