std.c.windows.stat
Placed into public domain
Author: Walter Bright
Variables
const
S_IEXEC
:
int
const
S_IFBLK
:
int
const
S_IFCHR
:
int
const
S_IFDIR
:
int
const
S_IFIFO
:
int
const
S_IFMT
:
int
const
S_IFNAM
:
int
const
S_IFREG
:
int
const
S_IREAD
:
int
const
S_IWRITE
:
int
Functions
int
_wstat
(
wchar
*
,
struct_stat
*
)
int
fstat
(
int
,
struct_stat
*
)
int
S_ISBLK
(
int
m
)
int
S_ISCHR
(
int
m
)
int
S_ISDIR
(
int
m
)
int
S_ISNAM
(
int
m
)
int
S_ISREG
(
int
m
)
int
stat
(
char
*
,
struct_stat
*
)
Structs
struct_stat
Fields
dummy
:
short
st_atime
:
int
st_ctime
:
int
st_dev
:
short
st_gid
:
ushort
st_ino
:
ushort
st_mode
:
ushort
st_mtime
:
int
st_nlink
:
short
st_rdev
:
short
st_size
:
int
st_uid
:
ushort