/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"prbit.h" #include"prsystem.h"
#ifdef XP_UNIX # include <unistd.h> #endif #ifdef _WIN32 # include <windows.h> #endif
/* Get page size */ #ifdef XP_UNIX # ifdefined AIX || defined LINUX || defined __GNU__ || defined __GLIBC__ || \ defined FREEBSD || defined NETBSD || defined OPENBSD || defined DARWIN
_pr_pageSize = getpagesize(); # else
_pr_pageSize = sysconf(_SC_PAGESIZE); # endif #endif/* XP_UNIX */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.