15#pragma warning(disable: _UCRT_DISABLED_WARNINGS)
27#ifdef _USE_32BIT_TIME_T
28 #define _finddata_t _finddata32_t
29 #define _finddatai64_t _finddata32i64_t
31 #define _finddata_t _finddata64i32_t
32 #define _finddatai64_t __finddata64_t
95#ifdef _USE_32BIT_TIME_T
96 #define _findfirst _findfirst32
97 #define _findnext _findnext32
98 #define _findfirsti64 _findfirst32i64
99 #define _findnexti64 _findnext32i64
101 #define _findfirst _findfirst64i32
102 #define _findnext _findnext64i32
103 #define _findfirsti64 _findfirst64
104 #define _findnexti64 _findnext64
107#if _CRT_FUNCTIONS_REQUIRED
162 _In_ int _FileHandleSrc,
163 _In_ int _FileHandleDst
207 _In_ long _NumOfBytes
240 #ifdef _CRT_USE_WINAPI_FAMILY_DESKTOP_APP
245 _In_ unsigned int _PipeSize,
382 _Out_ int* _PFileHandle,
394 _In_ int const _OFlag,
395 _In_ int const _PMode = 0
407 _In_ int const _OFlag,
408 _In_ int const _ShFlag,
409 _In_ int const _PMode = 0
437 #if defined(_CRT_INTERNAL_NONSTDC_NAMES) && _CRT_INTERNAL_NONSTDC_NAMES
439 #pragma warning(push)
440 #pragma warning(disable: 4141)
478 _In_ int _FileHandleSrc,
479 _In_ int _FileHandleDst
501 _In_ long _NumOfBytes
#define _setmode(fd, mode)
_Check_return_ _In_ unsigned int _MaxCharCount
_Out_ struct _wfinddata32_t * _FindData
_Check_return_ _In_ int _PermissionMode
_Check_return_ _In_ int _OpenFlag
_Check_return_ _In_ int _Check_return_ _In_ int _In_ int _ShareFlag
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(_ReturnType, _FuncName, _DstType, _Dst)
_Check_return_ _Ret_maybenull_ _In_ size_t _In_ size_t _Size
_Check_return_ _Ret_maybenull_ _In_ size_t _In_ size_t _Offset
int __cdecl _findnext64i32(intptr_t const handle, _finddata64i32_t *const result)
intptr_t __cdecl _findfirst64i32(char const *const pattern, _finddata64i32_t *const result)
int __cdecl _findnext32i64(intptr_t const handle, _finddata32i64_t *const result)
intptr_t __cdecl _findfirst32i64(char const *const pattern, _finddata32i64_t *const result)
intptr_t __cdecl _findfirst64(char const *const pattern, __finddata64_t *const result)
int __cdecl _findnext64(intptr_t const handle, __finddata64_t *const result)
GLuint GLint GLboolean GLint GLenum access
errno_t __cdecl _mktemp_s(char *const template_string, size_t const buffer_size_in_chars)
#define _In_reads_bytes_(s)
#define _Inout_updates_z_(s)
#define _Out_writes_bytes_(s)
errno_t __cdecl _sopen_dispatch(char const *const path, int const oflag, int const shflag, int const pmode, int *const pfh, int const secure)
_CRTIMP intptr_t __cdecl _get_osfhandle(_In_ int _FileHandle)
_CRTIMP int __cdecl _umask(_In_ int _Mode)
_Check_return_ _CRTIMP int __cdecl _access(_In_z_ const char *_Filename, _In_ int _AccessMode)
_Check_return_opt_ _CRTIMP int __cdecl _close(_In_ int _FileHandle)
_Check_return_opt_ _CRTIMP long __cdecl _lseek(_In_ int _FileHandle, _In_ long _Offset, _In_ int _Origin)
_Check_return_ _CRTIMP long __cdecl _filelength(_In_ int _FileHandle)
_CRTIMP int __cdecl _locking(_In_ int _FileHandle, _In_ int _LockMode, _In_ long _NumOfBytes)
_Check_return_ _CRTIMP int __cdecl _chmod(_In_z_ const char *_Filename, _In_ int _Mode)
_CRTIMP int __cdecl _sopen(const char *_Filename, int _OpenFlag, int _ShareFlag,...)
_CRTIMP int __cdecl _write(_In_ int _FileHandle, _In_reads_bytes_(_MaxCharCount) const void *_Buf, _In_ unsigned int _MaxCharCount)
_Check_return_ _CRTIMP int __cdecl _pipe(_Inout_updates_(2) int *_PtHandles, _In_ unsigned int _PipeSize, _In_ int _TextMode)
_Check_return_ _CRTIMP long __cdecl _tell(_In_ int _FileHandle)
_Check_return_ _CRTIMP char *__cdecl _mktemp(_Inout_z_ char *_TemplateName)
_Check_return_ _CRTIMP long __cdecl filelength(_In_ int _FileHandle)
_Check_return_ _CRTIMP int __cdecl _findnext32(_In_ intptr_t _FindHandle, _Out_ struct _finddata32_t *_FindData)
_Check_return_ _CRTIMP int __cdecl _isatty(_In_ int _FileHandle)
_Check_return_ _CRTIMP int __cdecl _creat(_In_z_ const char *_Filename, _In_ int _PermissionMode)
_Check_return_ _CRTIMP intptr_t __cdecl _findfirst32(_In_z_ const char *_Filename, _Out_ struct _finddata32_t *_FindData)
_Check_return_ _CRTIMP int __cdecl _read(_In_ int _FileHandle, _Out_writes_bytes_(_MaxCharCount) void *_DstBuf, _In_ unsigned int _MaxCharCount)
_Check_return_ _CRTIMP int __cdecl _dup2(_In_ int _FileHandleSrc, _In_ int _FileHandleDst)
_Check_return_ _CRTIMP int __cdecl _unlink(_In_z_ const char *_Filename)
_CRTIMP char *__cdecl mktemp(_Inout_z_ char *_TemplateName)
_CRTIMP int __cdecl sopen(const char *_Filename, int _OpenFlag, int _ShareFlag,...)
_CRTIMP int __cdecl _open(const char *_Filename, int _OpenFlag,...)
_CRTIMP int __cdecl umask(_In_ int _Mode)
_Check_return_ _CRTIMP int __cdecl chsize(_In_ int _FileHandle, _In_ long _Size)
_Check_return_ _CRTIMP int __cdecl _chsize(_In_ int _FileHandle, _In_ long _Size)
_Check_return_ int __cdecl rename(_In_z_ const char *_OldFilename, _In_z_ const char *_NewFilename)
_Check_return_ _CRTIMP int __cdecl __cdecl eof(_In_ int _FileHandle)
_Check_return_ _CRTIMP int __cdecl _dup(_In_ int _FileHandle)
_Check_return_ _CRTIMP int __cdecl creat(_In_z_ const char *_Filename, _In_ int _PermissionMode)
_Check_return_ _CRTIMP int __cdecl chmod(_In_z_ const char *_Filename, _In_ int _AccessMode)
_Check_return_opt_ _CRTIMP int __cdecl _commit(_In_ int _FileHandle)
_Check_return_opt_ _CRTIMP int __cdecl _findclose(_In_ intptr_t _FindHandle)
_Check_return_wat_ _CRTIMP errno_t __cdecl _sopen_s(_Out_ int *_FileHandle, _In_z_ const char *_Filename, _In_ int _OpenFlag, _In_ int _ShareFlag, _In_ int _PermissionMode)
_Check_return_ _CRTIMP int __cdecl _eof(_In_ int _FileHandle)
_Check_return_ _CRTIMP int __cdecl locking(_In_ int _FileHandle, _In_ int _LockMode, _In_ long _NumOfBytes)
_Check_return_ _CRTIMP int __cdecl dup2(_In_ int _FileHandleSrc, _In_ int _FileHandleDst)
_CRTIMP int __cdecl _open_osfhandle(_In_ intptr_t _OSFileHandle, _In_ int _Flags)
int CDECL _access_s(const char *filename, int mode)
__int64 CDECL _lseeki64(int fd, __int64 offset, int whence)
int CDECL _chsize_s(int fd, __int64 size)
__int64 CDECL _telli64(int fd)
__int64 CDECL _filelengthi64(int fd)
#define _Check_return_opt_
#define _CRT_NONSTDC_DEPRECATE(_NewName)
#define __RETURN_POLICY_DST(_FunctionCall)
#define __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(_ReturnType, _ReturnPolicy, _DeclSpec, _FuncName, _SalAttributeDst, _DstType, _Dst)
#define _UCRT_DISABLE_CLANG_WARNINGS
#define _UCRT_RESTORE_CLANG_WARNINGS
#define _Check_return_wat_
errno_t __cdecl _umask_s(int const mode, int *const old_mode)
#define _CRT_END_C_HEADER
#define _CRT_BEGIN_C_HEADER
#define _CRT_INSECURE_DEPRECATE(_Replacement)