__getpagesize

Name

__getpagesize -- alias for getpagesize - get current page size

Synopsis

extern int __getpagesize(void);

Description

Alias for getpagesize - get current page size.

__getpagesize has the same specification as getpagesize.

__getpagesize is not in the source standard; it is only in the binary standard.