摘要: #include #include struct symbol{ char sym; struct symbol *nextPtr; }; struct symbol *createsym(struct symbol *p); void listsym(struct symbol *p); struct symbol *reversesym(struct symbol *p); ... 阅读全文
posted @ 2018-08-23 22:19 阳刚猛男 阅读(435) 评论(0) 推荐(0) 编辑