Modula-2 || Compiler & Tools || Library || Search Engine


Ulm's Modula-2 Library:
SysPipe


NAME

SysPipe - create a pipe

SYNOPSIS

PROCEDURE Pipe(VAR ReadFileDesc, WriteFileDesc: CARDINAL) : BOOLEAN;

DESCRIPTION

Pipe creates a pipe and returns on success two file descriptors: ReadFileDesc for the reading side and WriteFileDesc for the writing side.

DIAGNOSTICS

On failure, FALSE is returned and Errno.errno is set.

SEE ALSO

pipe(2)
Edited by: borchert, last change: 1997/02/26, revision: 1.1, converted to HTML: 1997/04/28

Modula-2 || Compiler & Tools || Library || Search Engine