Uses an already open file descriptor as the child's input.

Synopsis

Declared in <util/subprocess.h>

explicit
input(int fd);

Parameters

Name

Description

fd

Readable file descriptor to feed to the child.

Created with MrDocs