如何在此结构的定义中指向下一个结构的指针:
typedef struct A { int a; int b; A* next; } A;
这是我第一次写它但它不起作用的方式.
c struct pointers
c ×1
pointers ×1
struct ×1