index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
stat
/
S_ISDIR.c
blob: b23e06bf96792a996b769cf5804277b3d67c6b87 (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISDIR(__s) (__s) /* POSIX(1) */