blob: 2830fa24545ba751e38183da7aebf98f24eee213 [file] [log] [blame]
#include <stdio.h>
#include <unistd.h>
int main(int argc, char **argv)
{
printf("%u\n", getpagesize());
return 0;
}