8 lines
111 B
C
8 lines
111 B
C
#ifndef SYSCONF_H
|
|
#define SYSCONF_H
|
|
|
|
#define _SC_PAGESIZE 8
|
|
|
|
long int sysconf (int in);
|
|
|
|
#endif /* SYSCONF_H */ |