!!!h1# Education - 教育学
n*d
1 楼
Found this from a opensurce code, but it can not pass my compiler. How does
it work?
typedef struct rrc_List {
struct rrc_List *next;
int value;
} *rrc_List;
it work?
typedef struct rrc_List {
struct rrc_List *next;
int value;
} *rrc_List;