| int __cdecl _waccess (const wchar_t *e, int); |
| errno_t __cdecl _waccess_s (const wchar_t *, int); |
| static errno_t __cdecl _int_waccess_s (const wchar_t *, int); |
| static errno_t __cdecl _stub (const wchar_t *, int); |
| errno_t __cdecl (*__MINGW_IMP_SYMBOL(_waccess_s))(const wchar_t *, int) = |
| _stub (const wchar_t *s, int m) |
| errno_t __cdecl (*f)(const wchar_t *, int) = __MINGW_IMP_SYMBOL(_waccess_s); |
| f = (errno_t __cdecl (*)(const wchar_t *, int)) |
| GetProcAddress (__mingw_get_msvcrt_handle (), "_waccess_s"); |
| __MINGW_IMP_SYMBOL(_waccess_s) = f; |
| _waccess_s (const wchar_t *s, int m) |
| _int_waccess_s (const wchar_t *s, int m) |