ack/mach/xenix3/libsys/pipe.c
1990-01-19 17:37:29 +00:00

7 lines
45 B
C

int
pipe(f)
int f[2];
{
return _pipe(f);
}