时间:2012-10-01 18:11:19
#include <stdio.h>
void fun(char *t,char *s)
{ while(*t!=0) t++;
while((*t++=*s++)!=0);
}
电脑版 | 手机版 | 返回顶部