c function returns two pointers with different types

后端 未结 0 569
长情又很酷
长情又很酷 2020-12-31 03:42

My function should return 2 pointers to different structures.

struct a {
   ...
};

struct b{
   ...
};

The 2 options that I see for my funct

相关标签:
回答
  • 消灭零回复
提交回复
热议问题