fork(2) download
  1. #include<stdio.h>
  2.  
  3. struct client {
  4.  
  5. int a;
  6. }client;
  7.  
  8. int main ()
  9. {
  10.  
  11. }
  12.  
Runtime error #stdin #stdout 0.02s 1716KB
stdin
Standard input is empty
stdout
Standard output is empty