fork(3) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4.  
  5. struct employer {
  6. int;
  7. }
  8.  
  9. return 0;
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c: In function ‘main’:
prog.c:6:6: warning: declaration does not declare anything [enabled by default]
   int;
      ^
prog.c:9:2: error: expected identifier or ‘(’ before ‘return’
  return 0;
  ^
prog.c:10:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
stdout
Standard output is empty