mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2026-03-06 13:54:12 +08:00
语法高亮,滚动条美化,设置页面调整
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
<p>功能:比较字符串s1和s2的前n个字符但不区分大小写。</p>
|
||||
|
||||
<p>说明:strncmpi是到strnicmp的宏定义</p>
|
||||
<pre>
|
||||
<pre><code class="language-c">
|
||||
当s1<s2时,返回值<0
|
||||
当s1=s2时,返回值=0
|
||||
当s1>s2时,返回值>0
|
||||
</pre>
|
||||
举例:<pre>
|
||||
</code></pre>
|
||||
举例:<pre><code class="language-c">
|
||||
|
||||
// strnicmp.c
|
||||
|
||||
@@ -41,5 +41,5 @@
|
||||
return 0;
|
||||
}
|
||||
|
||||
</pre>相关函数:<a href="bcmp.html">bcmp</a>,<a href="memcmp.html">memcmp</a>,<a href="stricmp.html">stricmp</a>,<a href="strncmp.html">strncmp</a>
|
||||
</code></pre>相关函数:<a href="bcmp.html">bcmp</a>,<a href="memcmp.html">memcmp</a>,<a href="stricmp.html">stricmp</a>,<a href="strncmp.html">strncmp</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user