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
/
EBADF.c
blob: a41c8bead553fc5d7b2734edc6994dbc44710ae4 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EBADF (13) /** Bad file descriptor **/ /* POSIX(1) */