摘要: 一. 创建a.txt文件 创建a.txt空文件 vi a.txt 输入i,进入编辑模式,写入内容 按下Esc键,输入:wq 二. 编写mycp函数 创建mycp.c文件 vi mycp.c 输入i,进入编辑模式,写入代码 #incLude <stdio.h> #include <string.h> 阅读全文
posted @ 2021-11-29 11:42 博客用户66 阅读(113) 评论(0) 推荐(0)