ACE
8.0.5
Loading...
Searching...
No Matches
ace
os_include
sys
Macros
os_stat.h File Reference
#include "
ace/os_include/sys/os_types.h
"
Macros
#define
S_ISLNK
(mode)
#define
S_ISDIR
(mode)
Detailed Description
data returned by the stat() function
Author
Don Hinton
dhint
.nosp@m.
on@d
.nosp@m.
resys
.nosp@m.
tems
.nosp@m.
.com
This code was originally in various places including
ace/OS.h
.
Macro Definition Documentation
◆
S_ISDIR
#define S_ISDIR
(
mode
)
Value:
((mode&S_IFMT) == S_IFDIR)
◆
S_ISLNK
#define S_ISLNK
(
mode
)
Value:
0
Generated by
1.15.0