C : find and remove a member of a struct of structs

前端 未结 0 1147
失恋的感觉
失恋的感觉 2021-02-19 05:46

I have two structs declared in this way:

struct record {
  const char *entry;
  struct record *next;
};

struct s_table {
  int capacity;
  struct record *records         


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