dup function

int dup(
  1. int oldfd
)

Implementation

int dup(int oldfd) => platform.dup(oldfd);