順序串的表示和實現(C語言)

/* * sqstring.c * * Created on: 2018年11月27日 * Author: Jinjin */ #include<stdio.h> #include<malloc.h> #define INITSTRLEN 100 typedef struct { char *ch; int length; int strsize; }string; /
相關文章
相關標籤/搜索