/* getpages.c (emx+gcc) -- Copyright (c) 1990-1993 by Eberhard Mattes */

#include <stdlib.h>

int getpagesize (void)
{
  return (4096);
}
