help with popen()

Doug Gwyn gwyn at smoke.brl.mil
Thu Feb 7 06:43:14 AEST 1991


In article <1991Feb6.053237.11051 at iguana.uucp> merce at iguana.uucp (Jim Mercer) writes:
>is my popen() broken?

No, because popen() DID successfully start up "sh -c no_such_file";
when you examine the status from pclose() you should see that the
command did not succeed, however.



More information about the Comp.lang.c mailing list