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
/
limits
/
_XOPEN_IOV_MAX.c
blob: fb864f4f33812058f6b7eeadc325beeb4ec9f1ab (
plain
)
1
2
3
4
5
6
#include <limits.h> #define _XOPEN_IOV_MAX (16) /* DEF */ /* XOPEN(400) */