What's the most efficient way of using structs?

后端 未结 0 529
遥遥无期
遥遥无期 2021-01-29 14:32

I have the following struct and an array of structs as shown below.

typedef struct {
  uint8_t configuration,
  uint8_t count_1, count_2, count_3, count_4;
}*zone         


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