closefrom method

void closefrom(
  1. int __lowfd
)

Implementation

void closefrom(
  int __lowfd,
) {
  return _closefrom(
    __lowfd,
  );
}