Adding to index of an element inside a typedef struct

前端 未结 0 464
我在风中等你
我在风中等你 2020-12-12 07:45

C/C++ newbie here!! So I have a typedef struct which currently looks like this:

typedef struct Sys_Inject
{
   uint16_t num;
   uint16_t alternative;
   uint8         


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