mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-02-26 09:01:17 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -7,7 +7,7 @@ extern void ClearScreen(void);</p>
|
||||
<p>光标位置回到屏幕左上角。</p>
|
||||
|
||||
举例:
|
||||
<pre>
|
||||
<pre><code class="language-c">
|
||||
// clrscr.c
|
||||
|
||||
#include <system.h>
|
||||
@@ -25,6 +25,6 @@ printf("Another Screen");
|
||||
getchar();
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
</code></pre>
|
||||
相关函数:无
|
||||
|
||||
|
||||
Reference in New Issue
Block a user