Concatenate String and structure member to form the another structure

前端 未结 0 425
遇见更好的自我
遇见更好的自我 2021-01-01 01:12
#include
#include
#define num_Harmonics 4

typedef struct

{
    char *ID;
    float fre;
}SpeedFrequency_t;

typedef struct
{
    flo         


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