| static errno_t __cdecl _int_wasctime_s (wchar_t *, size_t, const struct tm *); |
| static errno_t __cdecl _stub (wchar_t *, size_t, const struct tm *); |
| errno_t __cdecl (*__MINGW_IMP_SYMBOL(_wasctime_s))(wchar_t *, size_t, const struct tm *) = |
| _stub (wchar_t *d, size_t dn, const struct tm *pt) |
| errno_t __cdecl (*f)(wchar_t *, size_t, const struct tm *) = __MINGW_IMP_SYMBOL(_wasctime_s); |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_wasctime_s"); |
| __MINGW_IMP_SYMBOL(_wasctime_s) = f; |
| _wasctime_s (wchar_t *d, size_t dn, const struct tm *pt) |
| return _stub (d, dn, pt); |
| _int_wasctime_s (wchar_t *d, size_t dn, const struct tm *pt) |
| if (!d || dn < 26 || !pt || (tmp = _wasctime (pt)) == NULL) |
| for (i = 0; tmp[i] != 0; i++) |