Sets up the error channel as a pipe, or as a copy of standard output.
Synopsis
Declared in <util/subprocess.h>
explicit
error(IOTYPE typ);
Parameters
Name |
Description |
typ |
Channel type, either PIPE or STDOUT; STDOUT defers wiring until all arguments are known. |
Created with MrDocs