2021年10月7日
摘要: #include <stdio.h> #include <stdlib.h> typedef struct { char * ch; int length; }Str; //变长分配存储表示 int strassign(Str * str,char * ch){ if(str->ch){ free( 阅读全文
posted @ 2021-10-07 16:36 派大星0001 阅读(37) 评论(0) 推荐(0)