Go to the source code of this file.
◆ _access()
Definition at line 31 of file access.cpp.
32{
34}
errno_t __cdecl _access_s(char const *const path, int const access_mode)
◆ _access_s()
Definition at line 13 of file access.cpp.
14{
15 if (
path ==
nullptr) {
17 }
18
20
22
24 return -1;
25 }
26
28}
errno_t __acrt_mbs_to_wcs_cp(char const *const null_terminated_input_string, __crt_win32_buffer< wchar_t, ResizePolicy > &win32_buffer, unsigned int const code_page)
unsigned int __acrt_get_utf8_acp_compatibility_codepage()
_Check_return_wat_ _ACRTIMP errno_t __cdecl _waccess_s(_In_z_ wchar_t const *_FileName, _In_ int _AccessMode)
static char * cvt(double arg, int ndigits, int *decpt, int *sign, char *buf, int eflag)
Referenced by _access().