| static errno_t __cdecl _int_wctime64_s (wchar_t *, size_t, const __time64_t *); |
| static errno_t __cdecl _stub (wchar_t *, size_t, const __time64_t *); |
| errno_t __cdecl (*__MINGW_IMP_SYMBOL(_wctime64_s))(wchar_t *, size_t, const __time64_t *) = |
| _stub (wchar_t *d, size_t dn, const __time64_t *pt) |
| errno_t __cdecl (*f)(wchar_t*,size_t, const __time64_t *) = __MINGW_IMP_SYMBOL(_wctime64_s); |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_wctime64_s"); |
| __MINGW_IMP_SYMBOL(_wctime64_s) = f; |
| _wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) |
| return _stub (d, dn, pt); |
| _int_wctime64_s (wchar_t *d, size_t dn, const __time64_t *pt) |
| if ((e = _localtime64_s (<m, pt)) != 0) |
| return _wasctime_s (d, dn, <m); |