From 1d672d12f5b971f5e85e6227d9dbfbd5fd30f856 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Fri, 2 Apr 2021 22:50:41 +0800 Subject: [PATCH] PUB @wyxplus https://linux.cn/article-13263-1.html --- .../20210326 How to read and write files in C.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20210326 How to read and write files in C.md (98%) diff --git a/translated/tech/20210326 How to read and write files in C.md b/published/20210326 How to read and write files in C.md similarity index 98% rename from translated/tech/20210326 How to read and write files in C.md rename to published/20210326 How to read and write files in C.md index 41580cf762..721eda3db0 100644 --- a/translated/tech/20210326 How to read and write files in C.md +++ b/published/20210326 How to read and write files in C.md @@ -4,8 +4,8 @@ [#]: collector: (lujun9972) [#]: translator: (wyxplus) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-13263-1.html) 如何用 C++ 读写文件 ======