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
/
E2BIG.c
blob: 0d66967f3119fb309d4e9c4c237bb3302207bcc7 (
plain
)
1
2
3
4
5
6
7
8
#include <errno.h> #define E2BIG (10) /** Argument list too long **/ /* POSIX(1) */