blob: daa95bd48e7d4c096471646389a4c88c05f572e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <limits.h>
/* #undefine 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)
*/
|