struct node{ struct node next; int id; }
给出"下一个字段有不完整的类型错误".
这个结构有什么问题?
c struct field linked-list
c ×1
field ×1
linked-list ×1
struct ×1