摘要:
#includechar *my_strncpy(char *dest,char *src,int n){ int i; for(i=0;i<n && src[i]!='\0';i++) dest[i] = src[i]; for(;i<n;i++) ... 阅读全文
posted @ 2014-11-12 02:28
xxxxxxxx1x2xxxxxxx
阅读(182)
评论(0)
推荐(0)
2014年11月12日 #
2014年11月11日 #
2014年11月10日 #