Is system just a pass through to sh?

Nothing else much to say... is it a pass through?

 
  system("echo hello world");
The specific effect of system() is implementation-defined, but more or less yes.
Yayyyy thanks
Topic archived. No new replies allowed.