From 747f87b340527608592fbdf11fc1380acdf47573 Mon Sep 17 00:00:00 2001 From: wyxplus <32919297+wyxplus@users.noreply.github.com> Date: Wed, 31 Mar 2021 11:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- translated/tech/20210326 How to read and write files in C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translated/tech/20210326 How to read and write files in C.md b/translated/tech/20210326 How to read and write files in C.md index 67d7b6c583..72250fde0f 100644 --- a/translated/tech/20210326 How to read and write files in C.md +++ b/translated/tech/20210326 How to read and write files in C.md @@ -10,7 +10,7 @@ 如何用 C++ 读写文件 ====== -如果你知道如何在 C++ 中使用输入输出I/O输入输出I/O流,那么你便能够(原则上)处理任何类型的输入输出设备。 +如果你知道如何在 C++ 中使用输入输出I/O流,那么你便能够(原则上)处理任何类型的输入输出设备。 ![Computer screen with files or windows open][1]