Graph
Now your C code talks to the operating system. This is where it gets real.
int process_stream_open(const char *file, char *const argv[], char mode)
int pipe_chain(char **cmds[])
int signal_watchdog(void (*fn)(void), unsigned int timeout, bool verbose)
Build a non-blocking TCP broadcast chat server on the loopback interface