ack/mach/xenix3/libsys/dup.c

6 lines
37 B
C
Raw Normal View History

1987-10-06 16:39:14 +00:00
int
dup(d)
{
return __xdup(d, 0);
}