Sign in
mojo
/
mojo-tools
/
24614f9961413d4527a5b1bc525102380f825705
/
.
/
fusl
/
arch
/
x32
/
bits
/
limits.h
blob: 6d8b298877f530c022d6401afe88ac5a0c60f9aa [
file
] [
log
] [
blame
]
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) || \
defined
(
_XOPEN_SOURCE
)
||
defined
(
_GNU_SOURCE
)
||
defined
(
_BSD_SOURCE
)
#define
PAGE_SIZE
4096
#define
LONG_BIT
32
#endif
#define
LONG_MAX
0x7fffffffL
#define
LLONG_MAX
0x7fffffffffffffffLL