13#pragma pack(push,_CRT_PACKING)
30#define _X_COLLATE LC_COLLATE
31#define _X_CTYPE LC_CTYPE
32#define _X_MONETARY LC_MONETARY
33#define _X_NUMERIC LC_NUMERIC
34#define _X_TIME LC_TIME
39#define _CATMASK(n) ((1 << (n)) >> 1)
40#define _M_COLLATE _CATMASK(_X_COLLATE)
41#define _M_CTYPE _CATMASK(_X_CTYPE)
42#define _M_MONETARY _CATMASK(_X_MONETARY)
43#define _M_NUMERIC _CATMASK(_X_NUMERIC)
44#define _M_TIME _CATMASK(_X_TIME)
45#define _M_MESSAGES _CATMASK(_X_MESSAGES)
46#define _M_ALL (_CATMASK(_NCAT) - 1)
_CRTIMP int __cdecl _Toupper(int, const _Ctypevec *)
_CRTIMP long double __cdecl _Stold(const char *, char **, long)
_CRTIMP int __cdecl _Wcrtomb(char *, wchar_t, mbstate_t *, const _Cvtvec *)
_CRTIMP int __cdecl _Strcoll(const char *, const char *, const char *, const char *, const _Collvec *)
_CRTIMP int __cdecl _Mbrtowc(wchar_t *, const char *, size_t, mbstate_t *, const _Cvtvec *)
_END_C_LIB_DECL _C_STD_END _C_LIB_DECL _CRTIMP void *__cdecl _Gettnames(void)
_CRTIMP size_t __cdecl _Strftime(char *, size_t _Maxsize, const char *, const struct tm *, void *)
_CRTIMP wchar_t __cdecl _Towlower(wchar_t, const _Ctypevec *)
_CRTIMP size_t __cdecl _Strxfrm(char *_String1, char *_End1, const char *, const char *, const _Collvec *)
_CRTIMP double __cdecl _Stod(const char *, char **, long)
_CRTIMP char *__cdecl _Getdays(void)
_CRTIMP float __cdecl _Stof(const char *, char **, long)
_CRTIMP _Cvtvec __cdecl _Getcvt(void)
_CRTIMP short __cdecl _Getwctype(wchar_t, const _Ctypevec *)
_CRTIMP wchar_t __cdecl _Towupper(wchar_t, const _Ctypevec *)
_CRTIMP const wchar_t *__cdecl _Getwctypes(const wchar_t *, const wchar_t *, short *, const _Ctypevec *)
_CRTIMP int __cdecl _Tolower(int, const _Ctypevec *)
_CRTIMP char *__cdecl _Getmonths(void)
_END_C_LIB_DECL _C_LIB_DECL _locale_t __cdecl _GetLocaleForCP(unsigned int)
_CRTIMP int __cdecl _Wcscoll(const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *, const _Collvec *)
_CRTIMP size_t __cdecl _Wcsxfrm(wchar_t *_String1, wchar_t *_End1, const wchar_t *, const wchar_t *, const _Collvec *)
_CRTIMP _Ctypevec __cdecl _Getctype(void)
_CRTIMP int __cdecl _Getdateorder(void)
_CRTIMP _Collvec __cdecl _Getcoll(void)