fork(1) download
  1. #include <cstdlib>
  2.  
  3. int main(void) {
  4. system("/bin/uname -o");
  5. }
  6.  
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
GNU/Linux