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_ISREG.c
blob: 7a09ffe5a073ce0c0a7965e15c51aaa4e751721b (
plain
)
1
2
3
4
5
#include <sys/stat.h> #define S_ISREG(s) /* fixme */ /* POSIX(1) */