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