dup method

int dup(
  1. int __fd
)

Implementation

int dup(
  int __fd,
) {
  return _dup(
    __fd,
  );
}