摘要: #include<stdio.h>#include<stdlib.h> typedef struct Node{ char ch; struct Node *next;}linkstr; //初始化int Initlinkstr(linkstr *sl){ sl = (linkstr *)mallo 阅读全文
posted @ 2019-05-10 00:59 LeeGdong 阅读(547) 评论(0) 推荐(0) 编辑