11#define __need___va_list
171#if defined(_X86_) && !defined(__x86_64)
176 unsigned short __cdecl _outpw(
unsigned short,
unsigned short);
181#ifndef _WCONIO_DEFINED
182#define _WCONIO_DEFINED
185#define WEOF (wint_t)(0xFFFF)
224 _In_z_ const wchar_t *_String);
338#define _putwch() _putwch_nolock()
339#define _getwch() _getwch_nolock()
340#define _getwche() _getwche_nolock()
341#define _ungetwch() _ungetwch_nolock()
418#if (defined(_X86_) && !defined(__x86_64))
#define _Check_return_opt_
#define _CRT_INSECURE_DEPRECATE(_Replacement)
#define _CRT_NONSTDC_DEPRECATE(_Replacement)
__INTRIN_INLINE unsigned long __cdecl _inpd(unsigned short Port)
__INTRIN_INLINE unsigned long __cdecl _outpd(unsigned short Port, unsigned long dataword)
__INTRIN_INLINE int __cdecl _outp(unsigned short Port, int databyte)
__INTRIN_INLINE unsigned short __cdecl _inpw(unsigned short Port)
__INTRIN_INLINE unsigned short __cdecl _outpw(unsigned short Port, unsigned short dataword)
__INTRIN_INLINE int __cdecl _inp(unsigned short Port)
#define _Out_writes_z_(size)
#define _Scanf_format_string_
#define _Printf_format_string_
_CRTIMP int __cdecl _cwprintf_p_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_p(_In_z_ _Printf_format_string_ const char *_Format,...)
_Check_return_ _CRTIMP int __cdecl _getch(void)
_Check_return_opt_ _CRTIMP int __cdecl ungetch(int _Ch)
_Check_return_ _CRTIMP int __cdecl _getche(void)
_Check_return_opt_ _CRTIMP int __cdecl cprintf(_In_z_ _Printf_format_string_ const char *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl _cwprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format,...)
_CRTIMP wchar_t * _cgetws(_Pre_notnull_ _Post_z_ wchar_t *_Buffer)
_Check_return_opt_ _CRTIMP int __cdecl _cscanf(_In_z_ _Scanf_format_string_ const char *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_p_l(_In_z_ _Printf_format_string_ const char *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_Check_return_ _CRTIMP wint_t __cdecl _getwche_nolock(void)
_Check_return_ _CRTIMP int __cdecl kbhit(void)
_Check_return_ _CRTIMP int __cdecl getch(void)
_Check_return_opt_ _CRTIMP int __cdecl _cwprintf(_In_z_ _Printf_format_string_ const wchar_t *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl _cputws(_In_z_ const wchar_t *_String)
_Check_return_opt_ _CRTIMP int __cdecl _vcwprintf_p(_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
_CRTIMP int __cdecl _putch_nolock(_In_ int _Ch)
_CRTIMP int __cdecl _putch(_In_ int _Ch)
_Check_return_ _CRTIMP int __cdecl _getch_nolock(void)
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_l(_In_z_ _Printf_format_string_ const char *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_CRTIMP int __cdecl _kbhit(void)
_Check_return_opt_ _CRTIMP wint_t __cdecl _putwch_nolock(wchar_t _WCh)
_CRTIMP int __cdecl _ungetch_nolock(_In_ int _Ch)
_Check_return_opt_ _CRTIMP int __cdecl cscanf(_In_z_ _Scanf_format_string_ const char *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_p_l(_In_z_ _Printf_format_string_ const char *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_ _CRTIMP wint_t __cdecl _getwch_nolock(void)
_Check_return_opt_ _CRTIMP int __cdecl _cwscanf_l(_In_z_ _Scanf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale,...)
_CRTIMP int __cdecl _cwprintf_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_opt_ _CRTIMP int __cdecl _cwscanf(_In_z_ _Scanf_format_string_ const wchar_t *_Format,...)
_Check_return_opt_ _CRTIMP char *__cdecl cgets(_Out_writes_z_(_Inexpressible_(*_Buffer+2)) char *_Buffer)
_Check_return_opt_ _CRTIMP int __cdecl _cscanf_l(_In_z_ _Scanf_format_string_ const char *_Format, _In_opt_ _locale_t _Locale,...)
_Check_return_opt_ _CRTIMP int __cdecl _cputs(_In_z_ const char *_Str)
_CRTIMP int __cdecl _vcwprintf_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _cprintf(_In_z_ _Printf_format_string_ const char *_Format,...)
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf(_In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _cprintf_l(_In_z_ _Printf_format_string_ const char *_Format, _In_opt_ _locale_t _Locale,...)
_CRTIMP int __cdecl _ungetch(_In_ int _Ch)
_Check_return_ _CRTIMP int __cdecl _getche_nolock(void)
_CRTIMP char *__cdecl _cgets(_Pre_notnull_ _Post_z_ char *_Buffer)
_Check_return_ _CRTIMP int __cdecl getche(void)
_Check_return_opt_ _CRTIMP int __cdecl putch(int _Ch)
_CRTIMP int __cdecl _vcwprintf_p_l(_In_z_ _Printf_format_string_ const wchar_t *_Format, _In_opt_ _locale_t _Locale, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _vcwprintf(_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl _vcprintf_p(_In_z_ _Printf_format_string_ const char *_Format, va_list _ArgList)
_Check_return_opt_ _CRTIMP int __cdecl cputs(_In_z_ const char *_Str)
_Check_return_opt_ _CRTIMP wint_t __cdecl _ungetwch_nolock(wint_t _WCh)
_Check_return_ wchar_t _Ch
_In_ size_t _In_z_ _Printf_format_string_ const char * _Format
_In_ size_t _In_z_ _Printf_format_string_ const char _In_ const struct tm _In_opt_ _locale_t _Locale