45#define WEOF (wint_t)(0xFFFF)
50#define stdin (__acrt_iob_func(0))
51#define stdout (__acrt_iob_func(1))
52#define stderr (__acrt_iob_func(2))
101#if defined(_UCRT) && !defined(_NO_CRT_STDIO_INLINE)
106 return ret < 0 ? -1 :
ret;
123 return ret < 0 ? -1 :
ret;
140 return ret < 0 ? -1 :
ret;
157 return ret < 0 ? -1 :
ret;
168 return ret < 0 ? -1 :
ret;
174 return ret < 0 ? -1 :
ret;
203 return ret < 0 ? -1 :
ret;
209 return ret < 0 ? -1 :
ret;
216 return ret < 0 ? -1 :
ret;
382#ifdef _CRT_NON_CONFORMING_SWPRINTFS
385#elif !defined(_NO_CRT_STDIO_INLINE)
#define _CRT_INTERNAL_SCANF_SECURECRT
#define _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR
#define _CRT_INTERNAL_LOCAL_SCANF_OPTIONS
#define _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS
_ACRTIMP wint_t __cdecl ungetwc(wint_t, FILE *)
_ACRTIMP FILE *__cdecl _wpopen(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl swscanf_s(const wchar_t *, const wchar_t *,...)
_ACRTIMP wint_t __cdecl fgetwc(FILE *)
_ACRTIMP int __cdecl vwprintf(const wchar_t *, va_list)
_ACRTIMP int __cdecl _putws(const wchar_t *)
_ACRTIMP int __cdecl swprintf_s(wchar_t *, size_t, const wchar_t *,...)
_ACRTIMP int __cdecl _vsnwprintf_s(wchar_t *, size_t, size_t, const wchar_t *, va_list)
_ACRTIMP int __cdecl _wremove(const wchar_t *)
_ACRTIMP int __cdecl vswprintf_s(wchar_t *, size_t, const wchar_t *, va_list)
_ACRTIMP FILE *__cdecl _wfreopen(const wchar_t *, const wchar_t *, FILE *)
_ACRTIMP wchar_t *__cdecl _wtempnam(const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl vfwprintf_s(FILE *, const wchar_t *, va_list)
_ACRTIMP FILE *__cdecl _wfsopen(const wchar_t *, const wchar_t *, int)
_ACRTIMP wchar_t *__cdecl _getws(wchar_t *)
_ACRTIMP int __cdecl _snwprintf_s(wchar_t *, size_t, size_t, const wchar_t *,...)
_ACRTIMP int __cdecl _vscwprintf(const wchar_t *, va_list)
_ACRTIMP int __cdecl putws(const wchar_t *)
_ACRTIMP int __cdecl fputws(const wchar_t *, FILE *)
_ACRTIMP wint_t __cdecl _fgetwc_nolock(FILE *)
_ACRTIMP FILE *__cdecl _wfdopen(int, const wchar_t *)
_ACRTIMP int __cdecl fwscanf(FILE *, const wchar_t *,...)
_ACRTIMP wint_t __cdecl _fgetwchar(void)
_ACRTIMP wint_t __cdecl _ungetwc_nolock(wint_t, FILE *)
_ACRTIMP wchar_t *__cdecl _wtmpnam(wchar_t *)
_ACRTIMP int __cdecl _vscwprintf_p_l(const wchar_t *, _locale_t, va_list)
_ACRTIMP FILE *__cdecl _wfopen(const wchar_t *, const wchar_t *)
static int __cdecl vswprintf(wchar_t *buffer, size_t size, const wchar_t *format, va_list args)
_ACRTIMP void __cdecl _wperror(const wchar_t *)
_ACRTIMP wint_t __cdecl _fputwchar(wint_t)
_ACRTIMP int __cdecl swscanf(const wchar_t *, const wchar_t *,...)
_ACRTIMP int __cdecl fwprintf(FILE *, const wchar_t *,...)
_ACRTIMP int __cdecl fwprintf_s(FILE *, const wchar_t *,...)
_ACRTIMP int __cdecl fwscanf_s(FILE *, const wchar_t *,...)
_ACRTIMP errno_t __cdecl _wfopen_s(FILE **, const wchar_t *, const wchar_t *)
_ACRTIMP int __cdecl vfwprintf(FILE *, const wchar_t *, va_list)
_ACRTIMP int __cdecl _scwprintf(const wchar_t *,...)
_ACRTIMP int __cdecl wscanf_s(const wchar_t *,...)
_ACRTIMP wint_t __cdecl _fputwc_nolock(wint_t, FILE *)
_ACRTIMP int __cdecl wprintf_s(const wchar_t *,...)
_ACRTIMP int __cdecl vwprintf_s(const wchar_t *, va_list)
_ACRTIMP int __cdecl wscanf(const wchar_t *,...)
_ACRTIMP int __cdecl _vswprintf_p_l(wchar_t *, size_t, const wchar_t *, _locale_t, va_list)
_ACRTIMP wint_t __cdecl fputwc(wint_t, FILE *)
_ACRTIMP wchar_t *__cdecl getws(wchar_t *)
_ACRTIMP wchar_t *__cdecl fgetws(wchar_t *, int, FILE *)
_ACRTIMP wint_t __cdecl getwchar(void)
_ACRTIMP int __cdecl _snwprintf(wchar_t *, size_t, const wchar_t *,...)
#define __acrt_iob_func(idx)
int CDECL __stdio_common_vswscanf(unsigned __int64 options, const wchar_t *input, size_t length, const wchar_t *format, _locale_t locale, va_list valist)
int CDECL __stdio_common_vfwscanf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist)
int CDECL _vswprintf(wchar_t *str, const wchar_t *format, va_list args)
int WINAPIV _swprintf(wchar_t *str, const wchar_t *format,...)
GLuint GLuint GLsizei count
int __cdecl __stdio_common_vswprintf(unsigned __int64 const options, wchar_t *const buffer, size_t const buffer_count, wchar_t const *const format, _locale_t const locale, va_list const arglist)
int __cdecl __stdio_common_vfwprintf_s(unsigned __int64 const options, FILE *const stream, wchar_t const *const format, _locale_t const locale, va_list const arglist)
int __cdecl __stdio_common_vfwprintf(unsigned __int64 const options, FILE *const stream, wchar_t const *const format, _locale_t const locale, va_list const arglist)
int __cdecl __stdio_common_vswprintf_s(unsigned __int64 const options, wchar_t *const buffer, size_t const buffer_count, wchar_t const *const format, _locale_t const locale, va_list const arglist)
int __cdecl __stdio_common_vswprintf_p(unsigned __int64 const options, wchar_t *const buffer, size_t const buffer_count, wchar_t const *const format, _locale_t const locale, va_list const arglist)
int __cdecl __stdio_common_vsnwprintf_s(unsigned __int64 const options, wchar_t *const buffer, size_t const buffer_count, size_t const max_count, wchar_t const *const format, _locale_t const locale, va_list const arglist)
#define _getwc_nolock(_stm)
#define _putwc_nolock(_c, _stm)