Sets the capacity of the buffer used to capture the child's output.
Synopsis
Declared in <util/subprocess.h>
void
set_out_buf_cap(size_t cap);
Parameters
Name |
Description |
cap |
New output buffer capacity, in bytes. |
Created with MrDocs