Opens a file for appending and uses it as the child's output.

Synopsis

Declared in <util/subprocess.h>

explicit
output(char const* filename);

Parameters

Name

Description

filename

Path of the file to create or append to.

Created with MrDocs