fork download
  1. #include <stdio.h>
  2.  
  3.  
  4. //struct obj;
  5.  
  6. void obj_setid(struct obj *, int);
  7.  
  8. int main(void) {
  9. printf("no definition struct obj\n");
  10. printf("program goes well,too");
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 4256KB
stdin
Standard input is empty
stdout
no definition struct obj
program goes well,too