]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/arch/wasm32/bits/limits.h
WASI libc prototype implementation.
[wasi-libc.git] / libc-top-half / musl / arch / wasm32 / bits / limits.h
1 #if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
2 || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
3 #include <__macro_PAGESIZE.h>
4 #define LONG_BIT (32)
5 #endif
6
7 #define LONG_MAX (0x7fffffffL)
8 #define LLONG_MAX (0x7fffffffffffffffLL)