Used for redirecting input/output/error

Synopsis

Declared in <util/subprocess.h>

enum IOTYPE;

Members

Name

Description

STDOUT

Redirect to the standard output channel.

STDERR

Redirect to the standard error channel.

PIPE

Redirect through a pipe connected to the parent process.

Created with MrDocs