close method

int close(
  1. int __fd
)

Implementation

int close(
  int __fd,
) {
  return _close(
    __fd,
  );
}