sheredom / subprocess.h

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

Allow specifying a custom environment. #38

Closed sheredom closed 3 years ago

sheredom commented 3 years ago

This commit adds subprocess_create_ex which has an additional argument environment that lets you specify the environment for the spawned process.

Fixes #1. Fixes #28.

graphitemaster commented 3 years ago

Thanks a bunch :+1: