1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 char *fun(char *s,char c) 5 { 6 char *p=s; //用指针p指向字符串s的首地址 7 char *pp=p; //pp指向字符串p的首地址 8 for(;*s != '
1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 char *fun(char *s,char c) 5 { 6 char *p=s; //用指针p指向字符串s的首地址 7 char *pp=p; //pp指向字符串p的首地址 8 for(;*s != '