STRCOLL - compare with different collating sequence.

(ANSI Standard)

Usage:

#include <string.h>
int strcoll(const char *str1,const char *str2);

Description:

The "strcoll" function is a locale-specific string comparison function. Since this version of C only supports the standard "C" locale, "strcoll" is identical to "strcmp".

Copyright © 1996, Thinkage Ltd.