Uses an already open file descriptor as the child's error channel.
Synopsis
Declared in <util/subprocess.h>
explicit
error(int fd);
Parameters
Name |
Description |
fd |
Writable file descriptor to capture the child's error output. |
Created with MrDocs