ACE 8.0.5
Loading...
Searching...
No Matches
os_stat.h File Reference

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