23#if defined(_USE_32BIT_TIME_T) && !defined(_UCRT)
24#define _wctime32 _wctime
41#ifndef _USE_32BIT_TIME_T
_ACRTIMP wchar_t *__cdecl _wasctime(const struct tm *)
_ACRTIMP errno_t __cdecl _wstrtime_s(wchar_t *, size_t)
_ACRTIMP wchar_t *__cdecl _wctime64(const __time64_t *)
_ACRTIMP wchar_t *__cdecl _wctime32(const __time32_t *)
_ACRTIMP size_t __cdecl _wcsftime_l(wchar_t *, size_t, const wchar_t *, const struct tm *, _locale_t)
static wchar_t * _wctime(const time_t *t)
_ACRTIMP errno_t __cdecl _wstrdate_s(wchar_t *, size_t)
_ACRTIMP size_t __cdecl wcsftime(wchar_t *, size_t, const wchar_t *, const struct tm *)