Adding elements inside a typedef while taking care of the overall size of the struct?

后端 未结 0 1559
天涯浪人
天涯浪人 2020-12-13 07:28

So I have a typedef struct which currently looks like this:

typedef struct Sys_Inject
{
   uint16_t num;
   uint16_t alternative;
   uint8_t  delay;
   uint8_         


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