C linked list inside a struct

前端 未结 0 1864
北荒
北荒 2020-12-16 23:43

I have the following problem.

I have a linked list in which i read in a bunch of people from a file, like this

typedef struct Person {
    char name[10         


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