Library to spawn a process with given input and receive its output January 25, 2018 user Linux/Unix, Programming I have created a C library to span a process with given input and receive its output. One cannot just write to stdin of a process and then read its... Continue Reading