fork(5) download
  1. void main()
  2.  
  3. {
  4.  
  5. m();
  6.  
  7. }
  8.  
  9. void m()
  10.  
  11. {
  12.  
  13. printf("hi");
  14.  
  15. }
Runtime error #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
hi