#include <precomp.h>
#include <tchar.h>
Go to the source code of this file.
◆ stat64_to_stat
Value: do { \
buf->st_dev = (buf64)->st_dev; \
buf->st_ino = (buf64)->st_ino; \
buf->st_nlink = (buf64)->st_nlink; \
buf->st_uid = (buf64)->st_uid; \
buf->st_gid = (buf64)->st_gid; \
buf->st_rdev = (buf64)->st_rdev; \
} while (0)
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition at line 4 of file stat.c.
◆ _fstat()
Definition at line 43 of file stat.c.
46
51}
#define stat64_to_stat(buf64, buf)
int CDECL _fstat64(int fd, struct __stat64 *buf)
◆ _fstati64()
◆ _tstat()
◆ _tstati64()