summaryrefslogtreecommitdiff
path: root/src/limits/PAGE_SIZE.c
blob: b4c280aff06735758a094a3510c18bceafecbda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <limits.h>
/* #undef PAGE_SIZE */
/* MIN: 1 */
/* MAY-BE-UNEFINED */
/** the number of bytes in a memory page **/
/***
If macro(PAGE_SIZE) is defined, it is identical to macro(PAGESIZE).
***/
/*
XOPEN(400)
*/