Py_get_inheritable method

int Py_get_inheritable(
  1. int fd
)

Implementation

int Py_get_inheritable(
  int fd,
) {
  return _Py_get_inheritable(
    fd,
  );
}