=====strcoll===== Syntax: #include int strcoll( const char *str1, const char *str2 ); The strcoll function compares ''str1'' and ''str2'', much like [[strcmp]]. However, strcoll performs the comparison using the locale specified by the [[c/date/setlocale]] function. Related Topics: [[c/date/setlocale]], [[strcmp]], [[strxfrm]]