#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