摘要:
自己在实现一个类strcpy函数时,发现一些小问题:首先,函数如下:char *str_n_cpy(char *dest,const char *src){ char *_temp = dest; assert(dest != NULL || src !=NULL); //... 阅读全文
posted @ 2015-01-04 20:09
Excaliburer
阅读(227)
评论(0)
推荐(0)
Excaliburer`s ZoneIt was challenging, but not risky. |