摘要:
//为了实现链式操作,将目的地址返回char * strcpy( char *strDest, const char *strSrc ) // strSrc is input parameter and should not be changed{ assert( (strDest != NULL) && (strSrc != NULL) );// assert parameterchar *a... 阅读全文
posted @ 2007-03-06 16:18
safeking
阅读(267)
评论(0)
推荐(0)
浙公网安备 33010602011771号