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