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
/
_POSIX_PIPE_BUF.c
blob: 8926fa60392772f40cdcec3bf52e42ba5f638bcb (
plain
)
1
2
3
4
5
6
#include <limits.h> #define _POSIX_PIPE_BUF (512) /* DEF */ /* POSIX(1) */