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_ISBLK.h
blob: 2cb951f956192c3f07bcb6e4b3eb2b2874cb8d8d (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISBLK(__s) /* FIXME */ /* POSIX(1) */