sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.12k stars 97 forks source link

Add option for combined stdout and stderr. #3

Closed sheredom closed 6 years ago

sheredom commented 6 years ago

Add an option (process_option_combined_stdout_stderr) to make stdout and stderr use the same FILE object - as was requested in issue #2.

This causes an interface change to process_create, to add an int options as the second parameter.