How to make a dynamic structure in C

前端 未结 0 1473
滥情空心
滥情空心 2020-12-07 00:27

For example if i have a structure like this :

typedef struct __attribute__ ((packed))
{
  uint16_t    ObjectPropertyCode;
  uint16_t    DataType;
  uint8_t            


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