Ok,I'm quite new to C,and for fun and training I want to make something that catches stderr and prints it to the screen,but I don't know how I can attach to a process to be able to read it's stdin/stderr...
So my question is,how can I attach to a process and read its stderr in C?