sysconf method

int sysconf(
  1. int arg0
)

Implementation

int sysconf(int arg0) {
  return _sysconf(arg0);
}