typedef struct lnode { elemtype data; struct lnode *next; }lnode, *linklist; 上边这段代表什么意思

如题所述

相當於是 struct Inode { elemtype data; struct Inode * next ; }; struct Inode * linklist;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答