我没有写C很长时间,所以我不确定我应该怎么做这些递归的东西...我希望每个单元格包含另一个单元格,但我得到一个错误沿着"田地'孩子'的行具有不完整的类型".这是怎么回事?
typedef struct Cell { int isParent; Cell child; } Cell;
c recursion struct typedef
c ×1
recursion ×1
struct ×1
typedef ×1