Go to the first, previous, next, last section, table of contents.


pipe

Syntax

#include <unistd.h>

int pipe(int fildes[2]);

Description

This function is provided only to assist in porting from Unix. It always returns an error condition.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.