Group structures based on value of one of the element

后端 未结 0 1489
谎友^
谎友^ 2021-01-05 03:54

My structure definition as follows:

typedef struct
{
    char node_id[NODE_NAME_LEN];
    char point_id[POINT_TYPE_LEN];
    int32_t io_rate;
}node_point_info         


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