c语言找子串

简单的额一道题,求字符串子串的个数,顺便复习一下几个常用函数 #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <string.h> int ChangeStr( char *src,  char *substr, char *chg_str, char *des, int *ncount) { //循环变量 i
相关文章
相关标签/搜索