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
/
EPIPE.h
blob: d2aa953469df66c6cdaa4e4103571e865209affe (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EPIPE (40) /** Broken pipe **/ /* POSIX(1) */