From d9547422c46e42c1f774f6ed3847a5f2300a06a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=BA=95=E5=B1=82=E6=8A=80=E6=9C=AF=E6=A0=88?= Date: Wed, 19 Oct 2022 10:26:45 +0000 Subject: [PATCH] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: 底层技术栈 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aff84b1..e35c645 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,9 @@ run it, and can see the words "hello world" in shell. 7,源代码的扩展名建议用.c,虽然编译器会把.o,.a,.so之外的"任何文件"都当成源码的文本文件,但.c在大多数"编辑器"里都有"语法提示"。 the extended name of source code should be .c, + though every name except .o,.a,.so will be considered as the source code, + but .c is supported by all editors in syntax high-lighting. 8,scf对源文件扩展名的检测在main.c里,你可以把第66行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。 -- 2.25.1