Typedef struct A AAA;
Typedef struct B BBB;
struct A
{
BBB *p;
int a;
int b;
}
struct B
{
AAA *p;
int aa;
int bb;
}
原文链接:https://www.f2er.com/javaschema/286012.html