projects
/
scf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bf4fb
)
update README.md for main()
author
yu.dongliang
<18588496441@163.com>
Mon, 16 Sep 2024 03:24:28 +0000
(11:24 +0800)
committer
yu.dongliang
<18588496441@163.com>
Mon, 16 Sep 2024 03:24:28 +0000
(11:24 +0800)
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 69713397961f332d0e07ce35cd9edc734546f332..8bbb20d6e9ca3b4a6314e3faee3d3ee71752e707 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-90,9
+90,9
@@
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里,你可以把第1
27
行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。
+8,scf对源文件扩展名的检测在main.c里,你可以把第1
82
行的.c改成任何你想要的扩展名:( 但不能是.a,.so,.o。
-scf checks the extended name in Line
66
of main.c, you can revise to 'any' you want, except .a,.so,.o.
+scf checks the extended name in Line
182
of main.c, you can revise to 'any' you want, except .a,.so,.o.
9,details in the code:(