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 37 点赞 0 评论 56 浏览