#ifndef SYSCONF_H #define SYSCONF_H #define _SC_PAGESIZE 8 long int sysconf (int in); #endif /* SYSCONF_H */