This website requires JavaScript.
Explore
Help
Sign In
d0p1
/
ack
Watch
1
Star
0
Fork
You've already forked ack
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
2f84fc92cf
ack
/
mach
/
xenix3
/
libsys
/
pipe.c
ceriel
66327ddda6
Added entry points for ANSI C
1990-01-19 17:37:29 +00:00
7 lines
45 B
C
Raw
Blame
History
int
pipe
(
f
)
int
f
[
2
]
;
{
return
_pipe
(
f
)
;
}
Reference in a new issue
View git blame
Copy permalink