|
| _CRTIMP FILE *__cdecl | __iob_func (void) |
| |
| _Check_return_ _CRTIMP int __cdecl | _filbuf (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _flsbuf (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _fsopen (_In_z_ const char *_Filename, _In_z_ const char *_Mode, _In_ int _ShFlag) |
| |
| _CRTIMP void __cdecl | clearerr (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fclose (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fcloseall (void) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _fdopen (_In_ int _FileHandle, _In_z_ const char *_Mode) |
| |
| _Check_return_ _CRTIMP int __cdecl | feof (_In_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | ferror (_In_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fflush (_Inout_opt_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fgetc (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fgetchar (void) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fgetpos (_Inout_ FILE *_File, _Out_ fpos_t *_Pos) |
| |
| _Check_return_opt_ _CRTIMP char *__cdecl | fgets (_Out_writes_z_(_MaxCount) char *_Buf, _In_ int _MaxCount, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | _fileno (_In_ FILE *_File) |
| |
| _Check_return_ _CRTIMP char *__cdecl | _tempnam (_In_opt_z_ const char *_DirName, _In_opt_z_ const char *_FilePrefix) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _flushall (void) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | fopen (_In_z_ const char *_Filename, _In_z_ const char *_Mode) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fprintf (_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fputc (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fputchar (_In_ int _Ch) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fputs (_In_z_ const char *_Str, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP size_t __cdecl | fread (_Out_writes_bytes_(_ElementSize *_Count) void *_DstBuf, _In_ size_t _ElementSize, _In_ size_t _Count, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | freopen (_In_z_ const char *_Filename, _In_z_ const char *_Mode, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | fscanf (_Inout_ FILE *_File, _In_z_ _Scanf_format_string_ const char *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fsetpos (_Inout_ FILE *_File, _In_ const fpos_t *_Pos) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fseek (_Inout_ FILE *_File, _In_ long _Offset, _In_ int _Origin) |
| |
| _Check_return_ _CRTIMP long __cdecl | ftell (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ __MINGW_EXTENSION _CRTIMP int __cdecl | _fseeki64 (_Inout_ FILE *_File, _In_ __int64 _Offset, _In_ int _Origin) |
| |
| __MINGW_EXTENSION _Check_return_ _CRTIMP __int64 __cdecl | _ftelli64 (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP size_t __cdecl | fwrite (_In_reads_bytes_(_Size *_Count) const void *_Str, _In_ size_t _Size, _In_ size_t _Count, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | getc (_Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | getchar (void) |
| |
| _Check_return_ _CRTIMP int __cdecl | _getmaxstdio (void) |
| |
| _CRTIMP char *__cdecl | gets (char *_Buffer) |
| |
| _Check_return_ _CRTIMP int __cdecl | _getw (_Inout_ FILE *_File) |
| |
| _CRTIMP void __cdecl | perror (_In_opt_z_ const char *_ErrMsg) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _pclose (_Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _popen (_In_z_ const char *_Command, _In_z_ const char *_Mode) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | printf (_In_z_ _Printf_format_string_ const char *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | putc (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | putchar (_In_ int _Ch) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | puts (_In_z_ const char *_Str) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _putw (_In_ int _Word, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | remove (_In_z_ const char *_Filename) |
| |
| _Check_return_ _CRTIMP int __cdecl | rename (_In_z_ const char *_OldFilename, _In_z_ const char *_NewFilename) |
| |
| _Check_return_ _CRTIMP int __cdecl | _unlink (_In_z_ const char *_Filename) |
| |
| _Check_return_ _CRTIMP int __cdecl | unlink (_In_z_ const char *_Filename) |
| |
| _CRTIMP void __cdecl | rewind (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _rmtmp (void) |
| |
| _Check_return_ _CRTIMP int __cdecl | scanf (_In_z_ _Scanf_format_string_ const char *_Format,...) |
| |
| _CRTIMP void __cdecl | setbuf (_Inout_ FILE *_File, _Inout_updates_opt_(BUFSIZ) _Post_readable_size_(0) char *_Buffer) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _setmaxstdio (_In_ int _Max) |
| |
| _Check_return_opt_ _CRTIMP unsigned int __cdecl | _set_output_format (_In_ unsigned int _Format) |
| |
| _Check_return_opt_ _CRTIMP unsigned int __cdecl | _get_output_format (void) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | setvbuf (_Inout_ FILE *_File, _Inout_updates_opt_z_(_Size) char *_Buf, _In_ int _Mode, _In_ size_t _Size) |
| |
| _Check_return_ _CRTIMP int __cdecl | _scprintf (_In_z_ _Printf_format_string_ const char *_Format,...) |
| |
| _Check_return_ _CRTIMP int __cdecl | sscanf (_In_z_ const char *_Src, _In_z_ _Scanf_format_string_ const char *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _snscanf (_In_reads_bytes_(_MaxCount) _Pre_z_ const char *_Src, _In_ size_t _MaxCount, _In_z_ _Scanf_format_string_ const char *_Format,...) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | tmpfile (void) |
| |
| _CRTIMP char *__cdecl | tmpnam (_Pre_maybenull_ _Post_z_ char *_Buffer) |
| |
| _Check_return_opt_ _CRTIMP_ALT int __cdecl | ungetc (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | vfprintf (_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | vprintf (_In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | vsnprintf (_Out_writes_(_MaxCount) char *_DstBuf, _In_ size_t _MaxCount, _In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList) |
| |
| _CRTIMP int __cdecl | _snprintf (char *_Dest, size_t _Count, const char *_Format,...) |
| |
| _CRTIMP int __cdecl | _vsnprintf (char *_Dest, size_t _Count, const char *_Format, va_list _Args) |
| |
| int __cdecl | sprintf (char *_Dest, const char *_Format,...) |
| |
| int __cdecl | vsprintf (char *_Dest, const char *_Format, va_list _Args) |
| |
| int __cdecl | snprintf (char *s, size_t n, const char *format,...) |
| |
| int __cdecl | vscanf (const char *__restrict__ Format, va_list argp) |
| |
| int __cdecl | vfscanf (FILE *__restrict__ fp, const char *Format, va_list argp) |
| |
| int __cdecl | vsscanf (const char *__restrict__ _Str, const char *__restrict__ Format, va_list argp) |
| |
| _Check_return_ _CRTIMP int __cdecl | _vscprintf (_In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList) |
| |
| _CRTIMP int __cdecl | _set_printf_count_output (_In_ int _Value) |
| |
| _CRTIMP int __cdecl | _get_printf_count_output (void) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _wfsopen (_In_z_ const wchar_t *_Filename, _In_z_ const wchar_t *_Mode, _In_ int _ShFlag) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | fgetwc (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | _fgetwchar (void) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | fputwc (_In_ wchar_t _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | _fputwchar (_In_ wchar_t _Ch) |
| |
| _Check_return_ _CRTIMP wint_t __cdecl | getwc (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | putwc (_In_ wchar_t _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | putwchar (_In_ wchar_t _Ch) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | ungetwc (_In_ wint_t _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wchar_t *__cdecl | fgetws (_Out_writes_z_(_SizeInWords) wchar_t *_Dst, _In_ int _SizeInWords, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fputws (_In_z_ const wchar_t *_Str, _Inout_ FILE *_File) |
| |
| _CRTIMP wchar_t *__cdecl | _getws (wchar_t *_String) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _putws (_In_z_ const wchar_t *_Str) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fwprintf (_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | wprintf (_In_z_ _Printf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_ _CRTIMP int __cdecl | _scwprintf (_In_z_ _Printf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | vfwprintf (_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | vwprintf (_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _swprintf_c (_Out_writes_z_(_SizeInWords) wchar_t *_DstBuf, _In_ size_t _SizeInWords, _In_z_ _Printf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _vswprintf_c (_Out_writes_z_(_SizeInWords) wchar_t *_DstBuf, _In_ size_t _SizeInWords, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList) |
| |
| _CRTIMP int __cdecl | _snwprintf (wchar_t *_Dest, size_t _Count, const wchar_t *_Format,...) |
| |
| _CRTIMP int __cdecl | _vsnwprintf (wchar_t *_Dest, size_t _Count, const wchar_t *_Format, va_list _Args) |
| |
| _CRTIMP int __cdecl | snwprintf (wchar_t *s, size_t n, const wchar_t *format,...) |
| |
| __CRT_INLINE int __cdecl | vsnwprintf (wchar_t *s, size_t n, const wchar_t *format, va_list arg) |
| |
| _CRTIMP int __cdecl | vwscanf (const wchar_t *, va_list) |
| |
| _CRTIMP int __cdecl | vfwscanf (FILE *, const wchar_t *, va_list) |
| |
| _CRTIMP int __cdecl | vswscanf (const wchar_t *, const wchar_t *, va_list) |
| |
| _CRTIMP int __cdecl | _swprintf (wchar_t *_Dest, const wchar_t *_Format,...) |
| |
| _CRTIMP int __cdecl | _vswprintf (wchar_t *_Dest, const wchar_t *_Format, va_list _Args) |
| |
| static _Check_return_opt_ int __cdecl | swprintf (_Out_writes_z_(_SizeInWords) wchar_t *_DstBuf, _In_ size_t _SizeInWords, _In_z_ _Printf_format_string_ const wchar_t *_Format,...) |
| |
| static _Check_return_opt_ int __cdecl | vswprintf (_Out_writes_z_(_SizeInWords) wchar_t *_DstBuf, _In_ size_t _SizeInWords, _In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList) |
| |
| _Check_return_ _CRTIMP wchar_t *__cdecl | _wtempnam (_In_opt_z_ const wchar_t *_Directory, _In_opt_z_ const wchar_t *_FilePrefix) |
| |
| _Check_return_ _CRTIMP int __cdecl | _vscwprintf (_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList) |
| |
| _Check_return_ _CRTIMP int __cdecl | fwscanf (_Inout_ FILE *_File, _In_z_ _Scanf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_ _CRTIMP int __cdecl | swscanf (_In_z_ const wchar_t *_Src, _In_z_ _Scanf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _snwscanf (_In_reads_(_MaxCount) _Pre_z_ const wchar_t *_Src, _In_ size_t _MaxCount, _In_z_ _Scanf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_ _CRTIMP int __cdecl | wscanf (_In_z_ _Scanf_format_string_ const wchar_t *_Format,...) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _wfdopen (_In_ int _FileHandle, _In_z_ const wchar_t *_Mode) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _wfopen (_In_z_ const wchar_t *_Filename, _In_z_ const wchar_t *_Mode) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _wfreopen (_In_z_ const wchar_t *_Filename, _In_z_ const wchar_t *_Mode, _Inout_ FILE *_OldFile) |
| |
| _CRTIMP void __cdecl | _wperror (_In_opt_z_ const wchar_t *_ErrMsg) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | _wpopen (_In_z_ const wchar_t *_Command, _In_z_ const wchar_t *_Mode) |
| |
| _Check_return_ _CRTIMP int __cdecl | _wremove (_In_z_ const wchar_t *_Filename) |
| |
| _CRTIMP wchar_t *__cdecl | _wtmpnam (_Pre_maybenull_ _Post_z_ wchar_t *_Buffer) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | _fgetwc_nolock (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | _fputwc_nolock (_In_ wchar_t _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP wint_t __cdecl | _ungetwc_nolock (_In_ wint_t _Ch, _Inout_ FILE *_File) |
| |
| _CRTIMP void __cdecl | _lock_file (_Inout_ FILE *_File) |
| |
| _CRTIMP void __cdecl | _unlock_file (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fclose_nolock (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fflush_nolock (_Inout_opt_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP size_t __cdecl | _fread_nolock (_Out_writes_bytes_(_ElementSize *_Count) void *_DstBuf, _In_ size_t _ElementSize, _In_ size_t _Count, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _fseek_nolock (_Inout_ FILE *_File, _In_ long _Offset, _In_ int _Origin) |
| |
| _Check_return_ _CRTIMP long __cdecl | _ftell_nolock (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ __MINGW_EXTENSION _CRTIMP int __cdecl | _fseeki64_nolock (_Inout_ FILE *_File, _In_ __int64 _Offset, _In_ int _Origin) |
| |
| __MINGW_EXTENSION _Check_return_ _CRTIMP __int64 __cdecl | _ftelli64_nolock (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP size_t __cdecl | _fwrite_nolock (_In_reads_bytes_(_Size *_Count) const void *_DstBuf, _In_ size_t _Size, _In_ size_t _Count, _Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | _ungetc_nolock (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _CRTIMP char *__cdecl | tempnam (_In_opt_z_ const char *_Directory, _In_opt_z_ const char *_FilePrefix) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fcloseall (void) |
| |
| _Check_return_ _CRTIMP FILE *__cdecl | fdopen (_In_ int _FileHandle, _In_z_ const char *_Format) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fgetchar (void) |
| |
| _Check_return_ _CRTIMP int __cdecl | fileno (_In_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | flushall (void) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | fputchar (_In_ int _Ch) |
| |
| _Check_return_ _CRTIMP int __cdecl | getw (_Inout_ FILE *_File) |
| |
| _Check_return_opt_ _CRTIMP int __cdecl | putw (_In_ int _Ch, _Inout_ FILE *_File) |
| |
| _Check_return_ _CRTIMP int __cdecl | rmtmp (void) |
| |