dup.c 112 B

1234567
  1. #include "lib.h"
  2. PUBLIC int dup(fd)
  3. int fd;
  4. {
  5. return callm1(FS, DUP, fd, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR);
  6. }