摘要: 函数名: strcpy 功 能: 拷贝一个字符串到另一个 用 法: char *stpcpy(char *destin, char *source); 程序例: #include #include int main(void) { char string... 阅读全文
posted @ 2017-07-27 16:53 ke_yi 阅读(162) 评论(0) 推荐(0) 编辑