Incomplete types in return-type and parameters of a function declared but not defined

后端 未结 0 1965
北海茫月
北海茫月 2020-12-12 01:32

Is the following code valid C?

typedef struct none none;
none f(none, none);

To be clear: the identifie

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