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
/
EFBIG.c
blob: 5d852bfec3ce8495bc50d88f3e8972d93e29da4b (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define EFBIG (19) /** File too large **/ /* POSIX(1) */