C语言之字符串学习笔记 #include#include#includestruct CString{ char *p; int reallength;};typedef struct CString mystring;void init(mystring *string);void initwithlength(mystring *string, int length);void initw 软件开发与测试 2023-08-09 158 点赞 2 评论 239 浏览