| static errno_t __cdecl _int_wctime32_s (wchar_t *, size_t, const __time32_t *); |
| static errno_t __cdecl _stub (wchar_t *, size_t, const __time32_t *); |
| errno_t __cdecl (*__MINGW_IMP_SYMBOL(_wctime32_s))(wchar_t *, size_t, const __time32_t *) = |
| _stub (wchar_t *d, size_t dn, const __time32_t *pt) |
| errno_t __cdecl (*f)(wchar_t*,size_t, const __time32_t *) = __MINGW_IMP_SYMBOL(_wctime32_s); |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_wctime32_s"); |
| __MINGW_IMP_SYMBOL(_wctime32_s) = f; |
| _wctime32_s (wchar_t *d, size_t dn, const __time32_t *pt) |
| return _stub (d, dn, pt); |
| _int_wctime32_s (wchar_t *d, size_t dn, const __time32_t *pt) |
| if ((e = _localtime32_s (<m, pt)) != 0) |
| return _wasctime_s (d, dn, <m); |