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_SSIZE_MAX.h
blob: d2306563393f15d3d5755937f6e92b60db8df7d6 (
plain
)
1
2
3
4
5
6
7
8
#include <limits.h> #define _POSIX_SSIZE_MAX (32767) /* DEF */ /* POSIX(1) */