首页 / 词典 / good

strcmp

  • 网络字符串比较函数;比较函数;串比较
strcmpstrcmp
  1. In fact , you could indeed use strcmp () on that system , but the test program incorrectly thought it was missing .

    实际上您可以使用系统中的strcmp(),但是测试程序错误地认为缺少这个函数。

  2. String . h is for the string functions such as strcpy () and strcmp () .

    h是strcpy()和strcmp()这样的字符串函数所需要的。

  3. Unfortunately , the sample program called strcmp () with no arguments , so the resulting assembly code was invalid and the compile failed .

    不幸的是,前面的例子程序调用strcmp()时没有给出参数,因此生成的汇编代码无效,从而导致编译失败。