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