Translations of this page?:

strcoll

语法:

    #include <cstring>
    int strcoll( const char *str1, const char *str2 );

strcoll()比较 str1str2, 类似 strcmp。然而,strcoll()使用由 setlocale 函数确定的locale进行比较。

相关主题: setlocale, strcmp, strxfrm

 
• • • SitemapRecent changesRSScc