关于 struct 声明中 self Referential 的说明
在《The C programming language, second edition》的 section A8.3 中,有这么一段话: A structure may not contain a member of incomplete type. Therefore, it is impossible to declare a structure or union containing an instance of itself. However, besides giving a name to the structure or union type, tags allow definition of self-referential...