#subprocessh is a simple #publicdomain process spawning #C #library.

#subprocess.h provides convenient, cross platform utilities for spawning processes and interacting with them. subprocess.h uses a shell IO interface for interacting between processes, with communication happening primarily over stdin and stdout. subprocess.h can wait for a process to complete, as well as set (or inherit) the environment.

Website ๐Ÿ”—๏ธ: https://github.com/sheredom/subprocess.h

#free #opensource #foss #fossmendations #programming

GitHub - sheredom/subprocess.h: ๐Ÿœ single header process launching solution for C and C++

๐Ÿœ single header process launching solution for C and C++ - GitHub - sheredom/subprocess.h: ๐Ÿœ single header process launching solution for C and C++

GitHub