7 lines
87 B
C
7 lines
87 B
C
#ifndef _SYSCONF_HEADER_
|
|
#define _SYSCONF_HEADER_
|
|
|
|
long int sysconf(int name);
|
|
|
|
#endif
|