摘要: 1 #include 2 #include 3 #include 4 char *fun(char *s,char c) 5 { 6 char *p=s; //用指针p指向字符串s的首地址 7 char *pp=p; //pp指向字符串p的首地址 8 ... 阅读全文
posted @ 2015-07-03 20:45 Vmetrio 阅读(1164) 评论(0) 推荐(0)