fork(18) download
  1.  
  2. int main() {
  3. int i=5;
  4. funka(i, 8);
  5. return 0;
  6. }
  7.  
  8.  
Success #stdin #stdout 0s 9416KB
stdin
Standard input is empty
stdout
5 8