home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gnulib / libsrc98.zoo / getpage.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-28  |  60 b   |  7 lines

  1. #include <unistd.h>
  2.  
  3. int getpagesize()
  4. {
  5.     return 1024;
  6. }
  7.