摘要: char * strcpy( char *strDest, const char *strSrc ) { assert((strDest != NULL)&&(strSrc != NULL)); char *address = strDest; while( (*strDest++ = * strS 阅读全文
posted @ 2019-02-26 15:50 Kayden_Cheung 阅读(332) 评论(0) 推荐(0) 编辑
//目录