BSD 4_1c_2 development
[unix-history] / usr / src / bin / pagesize.c
/* pagesize.c 4.1 82/11/07 */
main()
{
printf("%d\n", getpagesize());
}