Create a function to input data into the structure

前端 未结 0 1195
小蘑菇
小蘑菇 2020-12-12 01:38

I created a structure like this:

struct _symbol_ {
    int symbol_id;
    char *symbol_name;

    struct _symbol_ *next_         


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