fork download
  1. typedef struct my_struct my_struct_t;
  2. int func(struct my_struct* s);
  3.  
  4. int main() { return 0; }
Success #stdin #stdout 0.01s 1716KB
stdin
Standard input is empty
stdout
Standard output is empty