|
_Check_return_opt_ _ACRTIMP errno_t __cdecl | _get_stream_buffer_pointers (_In_ FILE *_Stream, _Out_opt_ char ***_Base, _Out_opt_ char ***_Pointer, _Out_opt_ int **_Count) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | clearerr_s (_Inout_ FILE *_Stream) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | fopen_s (_Outptr_result_maybenull_ FILE **_Stream, _In_z_ char const *_FileName, _In_z_ char const *_Mode) |
|
_Check_return_opt_ | _Success_ (return!=0) _ACRTIMP size_t __cdecl fread_s(_Out_writes_bytes_to_(_BufferSize |
|
_Check_return_opt_ _ElementSize *_ElementCount void | _In_range_ (>=, _ElementSize *_ElementCount) size_t _BufferSize |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | freopen_s (_Outptr_result_maybenull_ FILE **_Stream, _In_z_ char const *_FileName, _In_z_ char const *_Mode, _Inout_ FILE *_OldStream) |
|
_Check_return_wat_ _ACRTIMP errno_t __cdecl | tmpfile_s (_Out_opt_ _Deref_post_valid_ FILE **_Stream) |
|
| _Success_ (return==0) _Check_return_wat_ _ACRTIMP errno_t __cdecl tmpnam_s(_Out_writes_z_(_Size) char *_Buffer |
|
_ACRTIMP void __cdecl | clearerr (_Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _fcloseall (void) |
|
_Check_return_ _ACRTIMP FILE *__cdecl | _fdopen (_In_ int _FileHandle, _In_z_ char const *_Mode) |
|
_Check_return_ _ACRTIMP int __cdecl | feof (_In_ FILE *_Stream) |
|
_Check_return_ _ACRTIMP int __cdecl | ferror (_In_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | fflush (_Inout_opt_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _fgetchar (void) |
|
_Check_return_ _ACRTIMP int __cdecl | _fileno (_In_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _flushall (void) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (fopen_s) _ACRTIMP FILE *__cdecl fopen(_In_z_ char const *_FileName |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _fputchar (_In_ int _Character) |
|
_Check_return_opt_ _ACRTIMP size_t __cdecl | fread (_Out_writes_bytes_(_ElementSize *_ElementCount) void *_Buffer, _In_ size_t _ElementSize, _In_ size_t _ElementCount, _Inout_ FILE *_Stream) |
|
_Check_return_ _ACRTIMP FILE *__cdecl | _fsopen (_In_z_ char const *_FileName, _In_z_ char const *_Mode, _In_ int _ShFlag) |
|
_Check_return_opt_ _ACRTIMP size_t __cdecl | fwrite (_In_reads_bytes_(_ElementSize *_ElementCount) void const *_Buffer, _In_ size_t _ElementSize, _In_ size_t _ElementCount, _Inout_ FILE *_Stream) |
|
_Check_return_ _ACRTIMP int __cdecl | getchar (void) |
|
_Check_return_ _ACRTIMP int __cdecl | _getmaxstdio (void) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 (char *, gets_s, char, _Buffer) _Check_return_ _ACRTIMP int __cdecl _getw(_Inout_ FILE *_Stream) |
|
_ACRTIMP void __cdecl | perror (_In_opt_z_ char const *_ErrorMessage) |
|
_Check_return_ _DCRTIMP FILE *__cdecl | _popen (_In_z_ char const *_Command, _In_z_ char const *_Mode) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | putchar (_In_ int _Character) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | puts (_In_z_ char const *_Buffer) |
|
_ACRTIMP int __cdecl | remove (_In_z_ char const *_FileName) |
|
_Check_return_ _ACRTIMP int __cdecl | rename (_In_z_ char const *_OldFileName, _In_z_ char const *_NewFileName) |
|
_ACRTIMP int __cdecl | _unlink (_In_z_ char const *_FileName) |
|
_ACRTIMP int __cdecl | unlink (_In_z_ char const *_FileName) |
|
_ACRTIMP void __cdecl | rewind (_Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _rmtmp (void) |
|
_ACRTIMP void __cdecl | setbuf (_Inout_ FILE *_Stream, _Inout_updates_opt_(BUFSIZ) _Post_readable_size_(0) char *_Buffer) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _setmaxstdio (_In_ int _Maximum) |
|
| _Inout_updates_opt_ (_Size) char *_Buffer |
|
_Check_return_ _ACRTIMP _CRTALLOCATOR char *__cdecl | _tempnam (_In_opt_z_ char const *_DirectoryName, _In_opt_z_ char const *_FilePrefix) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (tmpfile_s) _ACRTIMP FILE *__cdecl tmpfile(void) |
|
| __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0 (_Success_(return==0) errno_t, tmpnam_s, _Always_(_Post_z_) char, _Buffer) __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(_Success_(return!=0) char * |
|
_Pre_maybenull_ | _Always_ (_Post_z_) |
|
_ACRTIMP void __cdecl | _lock_file (_Inout_ FILE *_Stream) |
|
_ACRTIMP void __cdecl | _unlock_file (_Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP size_t __cdecl | _fread_nolock (_Out_writes_bytes_(_ElementSize *_ElementCount) void *_Buffer, _In_ size_t _ElementSize, _In_ size_t _ElementCount, _Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _fseek_nolock (_Inout_ FILE *_Stream, _In_ long _Offset, _In_ int _Origin) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _fseeki64_nolock (_Inout_ FILE *_Stream, _In_ __int64 _Offset, _In_ int _Origin) |
|
_Check_return_ _ACRTIMP long __cdecl | _ftell_nolock (_Inout_ FILE *_Stream) |
|
_Check_return_ _ACRTIMP __int64 __cdecl | _ftelli64_nolock (_Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP size_t __cdecl | _fwrite_nolock (_In_reads_bytes_(_ElementSize *_ElementCount) void const *_Buffer, _In_ size_t _ElementSize, _In_ size_t _ElementCount, _Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _getc_nolock (_Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _putc_nolock (_In_ int _Character, _Inout_ FILE *_Stream) |
|
_Check_return_opt_ _ACRTIMP int __cdecl | _ungetc_nolock (_In_ int _Character, _Inout_ FILE *_Stream) |
|
_ACRTIMP int *__cdecl | __p__commode (void) |
|
_ACRTIMP int __cdecl | __stdio_common_vfprintf (_In_ unsigned __int64 _Options, _Inout_ FILE *_Stream, _In_z_ _Printf_format_string_params_(2) char const *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList) |
|
_ACRTIMP int __cdecl | __stdio_common_vfprintf_s (_In_ unsigned __int64 _Options, _Inout_ FILE *_Stream, _In_z_ _Printf_format_string_params_(2) char const *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList) |
|
| _Success_ (return >=0) _ACRTIMP int __cdecl __stdio_common_vfprintf_p(_In_ unsigned __int64 _Options |
|
_Inout_ FILE _In_z_ | _Printf_format_string_params_ (2) char const *_Format |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfprintf_l (_Inout_ FILE *const _Stream, _In_z_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vfprintf (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfprintf_s_l (_Inout_ FILE *const _Stream, _In_z_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vfprintf_s (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfprintf_p_l (_Inout_ FILE *const _Stream, _In_z_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfprintf_p (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vprintf_l (_In_z_ _Printf_format_string_params_(2) char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vprintf (_In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vprintf_s_l (_In_z_ _Printf_format_string_params_(2) char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vprintf_s (_In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vprintf_p_l (_In_z_ _Printf_format_string_params_(2) char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vprintf_p (_In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _fprintf_l (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | fprintf (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_ACRTIMP int __cdecl | _set_printf_count_output (_In_ int _Value) |
|
_ACRTIMP int __cdecl | _get_printf_count_output (void) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _fprintf_s_l (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | fprintf_s (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _fprintf_p_l (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _fprintf_p (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _printf_l (_In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | printf (_In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _printf_s_l (_In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | printf_s (_In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _printf_p_l (_In_z_ _Printf_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _printf_p (_In_z_ _Printf_format_string_ char const *const _Format,...) |
|
_ACRTIMP int __cdecl | __stdio_common_vfscanf (_In_ unsigned __int64 _Options, _Inout_ FILE *_Stream, _In_z_ _Scanf_format_string_params_(2) char const *_Format, _In_opt_ _locale_t _Locale, va_list _Arglist) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfscanf_l (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vfscanf (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vfscanf_s_l (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vfscanf_s (_Inout_ FILE *const _Stream, _In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vscanf_l (_In_z_ _Printf_format_string_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vscanf (_In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _vscanf_s_l (_In_z_ _Printf_format_string_ char const *const _Format, _In_opt_ _locale_t const _Locale, va_list _ArgList) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | vscanf_s (_In_z_ _Printf_format_string_ char const *const _Format, va_list _ArgList) |
|
_Check_return_opt_ | _CRT_INSECURE_DEPRECATE (_fscanf_s_l) _CRT_STDIO_INLINE int __CRTDECL _fscanf_l(_Inout_ FILE *const _Stream |
|
_Check_return_opt_ _In_z_ | _Scanf_format_string_params_ (0) char const *const _Format |
|
| __crt_va_start (_ArgList, _Locale) |
|
| __crt_va_end (_ArgList) |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (fscanf_s) _CRT_STDIO_INLINE int __CRTDECL fscanf(_Inout_ FILE *const _Stream |
|
| __crt_va_start (_ArgList, _Format) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _fscanf_s_l (_Inout_ FILE *const _Stream, _In_z_ _Scanf_s_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | fscanf_s (_Inout_ FILE *const _Stream, _In_z_ _Scanf_s_format_string_ char const *const _Format,...) |
|
_Check_return_opt_ | _CRT_INSECURE_DEPRECATE (_scanf_s_l) _CRT_STDIO_INLINE int __CRTDECL _scanf_l(_In_z_ _Scanf_format_string_params_(0) char const *const _Format |
|
_Check_return_ | _CRT_INSECURE_DEPRECATE (scanf_s) _CRT_STDIO_INLINE int __CRTDECL scanf(_In_z_ _Scanf_format_string_ char const *const _Format |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | _scanf_s_l (_In_z_ _Scanf_s_format_string_params_(0) char const *const _Format, _In_opt_ _locale_t const _Locale,...) |
|
_Check_return_opt_ _CRT_STDIO_INLINE int __CRTDECL | scanf_s (_In_z_ _Scanf_s_format_string_ char const *const _Format,...) |
|
| _Out_writes_opt_z_ (_BufferCount) char *_Buffer |
|
| _Out_writes_z_ (_BufferCount) char *_Buffer |
|