Penguin

NAME

pipe - create pipe

SYNOPSIS

#include <unistd.h>

int pipe(int filedes[2?);

DESCRIPTION

pipe(2) creates a pair of file descriptors, pointing to a pipe inode, and places them in the array pointed to by filedes. filedes[0? is for reading, filedes[1? is for writing.

RETURN VALUE

On success, zero is returned. On error, -1 is returned, and errno is set appropriately.

ERRORS

EMFILE
Too many file descriptors are in use by the process.
ENFILE
The system file table is full.
EFAULT
filedes is not valid.

CONFORMING TO

SVr4, SVID, AT

SEE ALSO

read(2), write(2), fork(2), socketpair(2)

This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

lib/main.php:944: Notice: PageInfo: Cannot find action page

lib/main.php:839: Notice: PageInfo: Unknown action