Concept Framework 2.2 documentation Contents | Index

standard.C.string.strcoll

Name Version Deprecated
strcoll version 1.0 no

Prototype:
number strcoll(string string1, string string2)

Parameters:
string1      null-terminated string
string2      null-terminated string

Description:
Compare strings using locale-specific information. strcoll compares the string pointed to by s1 to the string pointed to by s2, according to the current locale-specific information.

Returns:
Returns a value indicating the relationship of string1 to string2, as follows. Return value Relationship of string1 to string2 < 0 string1 less than string2 0 string1 identical to string2 > 0 string1 greater than string2

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications