Best way to initialize multiple global structs to the same value in C?

前端 未结 0 1608
野趣味
野趣味 2020-12-01 06:16

Is there a way to use the same struct literal to initialize multiple global struct variables that I want to have the same value without macros?

struct Struct          


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