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
/
errno
/
EISDIR.c
blob: fd1d92285b9b80673a7857a429a64634179e166e (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EISDIR (23) /** Is a directory **/ /* POSIX(1) */