[#subprocess-input-2constructor-0f] = xref:subprocess.adoc[subprocess]::xref:subprocess/input.adoc[input]::input :relfileprefix: ../../ :mrdocs: Opens a file for reading and uses it as the child's input. == Synopsis Declared in `<util/subprocess.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit input(char const* filename); ---- == Parameters [cols="1,4"] |=== | Name| Description | *filename* | Path of the file to open read‐only. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#