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
8fe53f501f
ack
/
mach
/
xenix3
/
libsys
/
pipe.c
7 lines
45 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
1987-10-06 16:39:14 +00:00
int
pipe
(
f
)
int
f
[
2
]
;
{
Added entry points for ANSI C
1990-01-19 17:37:29 +00:00
return
_pipe
(
f
)
;
Initial revision
1987-10-06 16:39:14 +00:00
}
Reference in a new issue
Copy permalink