摘要: 1 /* 2 * 需求描述:分别使用文件IO,标准字符、标准行、标准块IO实现文本文件的拷贝功能 3 * 思考,如果是普通的图片、视频文件,上述拷贝哪些可以用,哪些不可以用 4 * */ 5 #include <stdio.h> 6 #include <sys/types.h> 7 #include 阅读全文
posted @ 2021-10-19 23:38 yangrourou 阅读(535) 评论(0) 推荐(0) 编辑