码迷,mamicode.com
首页 > 其他好文 > 详细

C 函数

时间:2015-12-17 15:58:59      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:

1,  strcmp

strcmp() 用来比较字符串(区分大小写),其原型为:
    int strcmp(const char *s1, const char *s2);

 

【返回值】若参数s1 和s2 字符串相同则返回0。s1 若大于s2 则返回大于0 的值。s1 若小于s2 则返回小于0 的值。

C 函数

标签:

原文地址:http://www.cnblogs.com/developer-qin/p/5054053.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!