Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
保存名称的链接列表。这由需要名称列表的其它结构使用。
typedef struct a_name { struct a_name *next; char name[1]; } a_name, * p_name;