Is there a way for me to do something like popen () but with two FILE*s, one read only, one write only, redirecting both the stdout and stdin of the command? Or one read-write FILE*, doesn't make a difference to me

Thanks in advance