
strcmp
字符串比较函数;比较函数;串比较
例句
In fact, you could indeed use strcmp() on that system, but the test program incorrectly thought it was missing.
实际上您可以使用系统中的strcmp(),但是测试程序错误地认为缺少这个函数。
String. h is for the string functions such as strcpy() and strcmp().
h是strcpy()和strcmp()这样的字符串函数所需要的。






