index
:
openlinux.git
master
Openlinux source tree
Kacper Fiedorowicz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
unistd
/
pipe.c
blob: 4f8e0e982e4e63c4f475b2ccfec7deb862c21e2f (
plain
)
1
2
3
4
5
6
#include <syscall.h> int pipe(int fildes[2]) { return syscall(pipe, fildes); }