mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-12-17 00:04:34 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
<p>功能:比较字符串s1和s2的前n个字符。</p>
|
||||
|
||||
<p>说明:</p>
|
||||
<pre>
|
||||
<pre><code class="language-c">
|
||||
|
||||
当s1<s2时,返回值<0
|
||||
当s1=s2时,返回值=0
|
||||
当s1>s2时,返回值>0
|
||||
</pre>
|
||||
</code></pre>
|
||||
|
||||
举例:<pre>
|
||||
举例:<pre><code class="language-c">
|
||||
|
||||
// strncmp.c
|
||||
|
||||
@@ -55,5 +55,5 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
</pre>相关函数:<a href="bcmp.html">bcmp</a>,<a href="memcmp.html">memcmp</a>,<a href="stricmp.html">stricmp</a>,<a href="strnicmp.html">strnicmp</a>
|
||||
</code></pre>相关函数:<a href="bcmp.html">bcmp</a>,<a href="memcmp.html">memcmp</a>,<a href="stricmp.html">stricmp</a>,<a href="strnicmp.html">strnicmp</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user