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_ISLNK.h
blob: 232bf06b938b148151cd776e0c0f42db3d084076 (
plain
)
1
2
3
4
5
6
#include <sys/stat.h> #define S_ISLNK(__m) /* TODO */ /* XOPEN(400) POSIX(200112) */