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

* include/tchar.h (_tfsopen): Add defines.
	Thanks to "Gerik" <gerikr at users dot sourceforge dot net>
This commit is contained in:
Danny Smith
2004-03-25 20:30:19 +00:00
parent 34307d9656
commit 4c42aaf277
3 changed files with 9 additions and 0 deletions

View File

@ -390,6 +390,7 @@ _CRTIMP int __cdecl _fputchar (int);
_CRTIMP FILE* __cdecl _fdopen (int, const char*);
_CRTIMP int __cdecl _fileno (FILE*);
_CRTIMP int __cdecl _fcloseall(void);
_CRTIMP FILE* __cdecl _fsopen(const char*, const char*, int);
#ifdef __MSVCRT__
_CRTIMP int __cdecl _getmaxstdio(void);
_CRTIMP int __cdecl _setmaxstdio(int);