6#ifndef _WSTDLIB_DEFINED
7#define _WSTDLIB_DEFINED
35 wchar_t*,
size_t,
wchar_t*,
size_t);
69static inline long double wcstold(
const wchar_t *
string,
wchar_t **endptr) {
return _wcstold_l(
string, endptr,
NULL); }
unsigned long __msvcrt_ulong
_ACRTIMP __msvcrt_long __cdecl _wtol(const wchar_t *)
_ACRTIMP wchar_t *__cdecl _wfullpath(wchar_t *, const wchar_t *, size_t)
_ACRTIMP __int64 __cdecl wcstoll(const wchar_t *, wchar_t **, int)
_ACRTIMP float __cdecl wcstof(const wchar_t *, wchar_t **)
_ACRTIMP wchar_t *__cdecl _wgetenv(const wchar_t *)
_ACRTIMP wchar_t *__cdecl _ltow(__msvcrt_long, wchar_t *, int)
_ACRTIMP void __cdecl _wmakepath(wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *)
_ACRTIMP __int64 __cdecl _wcstoi64(const wchar_t *, wchar_t **, int)
_ACRTIMP void __cdecl _wsplitpath(const wchar_t *, wchar_t *, wchar_t *, wchar_t *, wchar_t *)
_ACRTIMP double __cdecl _wtof(const wchar_t *)
_ACRTIMP errno_t __cdecl _ultow_s(__msvcrt_ulong, wchar_t *, size_t, int)
_ACRTIMP unsigned __int64 __cdecl wcstoull(const wchar_t *, wchar_t **, int)
_ACRTIMP float __cdecl _wcstof_l(const wchar_t *, wchar_t **, _locale_t)
_ACRTIMP errno_t __cdecl _ui64tow_s(unsigned __int64, wchar_t *, size_t, int)
_ACRTIMP __int64 __cdecl _wtoi64(const wchar_t *)
_ACRTIMP __msvcrt_ulong __cdecl wcstoul(const wchar_t *, wchar_t **, int)
_ACRTIMP unsigned __int64 __cdecl _wcstoull_l(const wchar_t *, wchar_t **, int, _locale_t)
_ACRTIMP void __cdecl _wperror(const wchar_t *)
_ACRTIMP unsigned __int64 __cdecl _wcstoui64(const wchar_t *, wchar_t **, int)
_ACRTIMP void __cdecl _wsearchenv(const wchar_t *, const wchar_t *, wchar_t *)
_ACRTIMP int __cdecl _mbtowc_l(wchar_t *, const char *, size_t, _locale_t)
_ACRTIMP int __cdecl _wputenv(const wchar_t *)
_ACRTIMP int __cdecl _wmakepath_s(wchar_t *, size_t, const wchar_t *, const wchar_t *, const wchar_t *, const wchar_t *)
_ACRTIMP __msvcrt_long __cdecl wcstol(const wchar_t *, wchar_t **, int)
_ACRTIMP errno_t __cdecl mbstowcs_s(size_t *, wchar_t *, size_t, const char *, size_t)
_ACRTIMP int __cdecl _wctomb_l(char *, wchar_t, _locale_t)
_ACRTIMP errno_t __cdecl _i64tow_s(__int64, wchar_t *, size_t, int)
_ACRTIMP wchar_t *__cdecl _ui64tow(unsigned __int64, wchar_t *, int)
_ACRTIMP errno_t __cdecl _itow_s(int, wchar_t *, size_t, int)
_ACRTIMP wchar_t *__cdecl _ultow(__msvcrt_ulong, wchar_t *, int)
_ACRTIMP double __cdecl wcstod(const wchar_t *, wchar_t **)
_ACRTIMP errno_t __cdecl _wgetenv_s(size_t *, wchar_t *, size_t, const wchar_t *)
_ACRTIMP errno_t __cdecl _ltow_s(__msvcrt_long, wchar_t *, size_t, int)
_ACRTIMP unsigned __int64 __cdecl _wcstoui64_l(const wchar_t *, wchar_t **, int, _locale_t)
_ACRTIMP wchar_t *__cdecl _itow(int, wchar_t *, int)
_ACRTIMP __int64 __cdecl _wcstoi64_l(const wchar_t *, wchar_t **, int, _locale_t)
_ACRTIMP int __cdecl _wsystem(const wchar_t *)
_ACRTIMP int __cdecl _wtoi(const wchar_t *)
_ACRTIMP wchar_t *__cdecl _i64tow(__int64, wchar_t *, int)
_ACRTIMP errno_t __cdecl wcstombs_s(size_t *, char *, size_t, const wchar_t *, size_t)
_ACRTIMP __int64 __cdecl _wcstoll_l(const wchar_t *, wchar_t **, int, _locale_t)
GLenum GLuint GLenum GLsizei const GLchar * buf
#define _wsplitpath_s(f, d, dl, p, pl, n, nl, e, el)
long double __cdecl wcstold(const wchar_t *__restrict__, wchar_t **__restrict__)
long double __cdecl _wcstold_l(wchar_t const *const string, wchar_t **const end_ptr, _locale_t const locale)