摘要: #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <string.h> #include <unistd.h> #include 阅读全文
posted @ 2020-12-17 22:14 ding-ding-light 阅读(113) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <string.h> #include <errno.h> #define BUF_SIZE 32 int main(int argc, char *argv[]) { if (argc != 3) { printf("Uage: ./copy 阅读全文
posted @ 2020-12-17 22:01 ding-ding-light 阅读(112) 评论(0) 推荐(0)